mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Rename server command to server
Because you can't really have two commands named the same, yeah?
This commit is contained in:
parent
78d00c8203
commit
0ba1a56ade
@ -34,7 +34,8 @@ class Commands():
|
|||||||
await self.client.send_message(message.channel, message.author.mention + " " + reason)
|
await self.client.send_message(message.channel, message.author.mention + " " + reason)
|
||||||
|
|
||||||
async def invite(self, message):
|
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")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user