1
0
Fork 0
mirror of synced 2024-09-28 07:21:16 +12:00

Added an alias for the link to add Bonfire to a server

This commit is contained in:
Phxntxm 2016-08-04 09:30:18 -05:00
parent 7d1890ab59
commit f6bdf056e5

View file

@ -67,7 +67,7 @@ class Core:
"""Provides a printout of the current bot's uptime"""
await self.bot.say("Uptime: ```\n{}```".format(self.get_bot_uptime()))
@commands.command()
@commands.command(aliases=['join'])
@checks.customPermsOrRole(send_messages=True)
async def addbot(self):
"""Provides a link that you can use to add me to a server"""