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))