git command

This commit is contained in:
Raatty 2018-07-07 23:37:36 +12:00
parent 083270488b
commit 8fdeb64405
1 changed files with 4 additions and 0 deletions

View File

@ -299,6 +299,10 @@ class bots_commands:
for i in pag.pages:
await self.bot.say(i)
@commands.command()
async def git(self):
await self.bot.say('https://raatty.club:3000/raatty/robo-rat')
def setup(bot):
bot.add_cog(bots_commands(bot))