Rename server command to server

Because you can't really have two commands named the same, yeah?
This commit is contained in:
Jeremy "EndenDragon" Zhang 2018-01-09 17:07:28 -08:00 committed by GitHub
parent 78d00c8203
commit 0ba1a56ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,8 @@ class Commands():
await self.client.send_message(message.channel, message.author.mention + " " + reason)
async def invite(self, message):
await self.client.send_message(message.channel, "You can invite Titan to your server by clicking this link: https://discordapp.com/oauth2/authorize?&client_id=299403260031139840&scope=bot&permissions=641195117")
await self.client.send_message(message.channel, "You can invite Titan to your server by visiting this link: https://discordapp.com/oauth2/authorize?&client_id=299403260031139840&scope=bot&permissions=641195117")
async def server(self, message):
await self.client.send_message(message.channel, "Join the Titan Embeds Discord server! https://discord.gg/pFDDtcN")
async def invite(self, message):
await self.client.send_message(message.channel, "Join the Titan Embeds Discord server! https://discord.io/Titan")