From 8fdeb644050276261844b98329044044998f3b25 Mon Sep 17 00:00:00 2001 From: Raatty Date: Sat, 7 Jul 2018 23:37:36 +1200 Subject: [PATCH] git command --- bot_commands.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot_commands.py b/bot_commands.py index 092e441..b8ee2d9 100644 --- a/bot_commands.py +++ b/bot_commands.py @@ -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))