From 29d3276ddacb399f76ffc46d8ed81adc3be40c71 Mon Sep 17 00:00:00 2001 From: MAX <36047212+MAX0342@users.noreply.github.com> Date: Fri, 11 May 2018 08:34:00 +0200 Subject: [PATCH] Make the invite command redirect to dashboard --- discordbot/titanembeds/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discordbot/titanembeds/commands.py b/discordbot/titanembeds/commands.py index 8335186..7df7fd4 100644 --- a/discordbot/titanembeds/commands.py +++ b/discordbot/titanembeds/commands.py @@ -34,10 +34,10 @@ class Commands(): await message.channel.send(message.author.mention + " " + reason) async def invite(self, message): - await message.channel.send("You can invite Titan to your server by visiting this link: https://discordapp.com/oauth2/authorize?&client_id=299403260031139840&scope=bot&permissions=641195117") + await message.channel.send("You can invite Titan to your server by visiting this link: https://titanembeds.com/user/dashboard") async def server(self, message): await message.channel.send("Join the Titan Embeds Discord server! https://discord.gg/pFDDtcN") async def shard(self, message): - await message.channel.send("This instance of Titan Embeds Discord Bot is running on shard **{}**. There are **{}** shards in total.".format(message.guild.shard_id, self.client.shard_count)) \ No newline at end of file + await message.channel.send("This instance of Titan Embeds Discord Bot is running on shard **{}**. There are **{}** shards in total.".format(message.guild.shard_id, self.client.shard_count))