Make the invite command redirect to dashboard

This commit is contained in:
MAX 2018-05-11 08:34:00 +02:00 committed by GitHub
parent 528e8584c0
commit 29d3276dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ class Commands():
await message.channel.send(message.author.mention + " " + reason) await message.channel.send(message.author.mention + " " + reason)
async def invite(self, message): 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): async def server(self, message):
await message.channel.send("Join the Titan Embeds Discord server! https://discord.gg/pFDDtcN") await message.channel.send("Join the Titan Embeds Discord server! https://discord.gg/pFDDtcN")