git command
This commit is contained in:
parent
083270488b
commit
8fdeb64405
|
@ -299,6 +299,10 @@ class bots_commands:
|
||||||
for i in pag.pages:
|
for i in pag.pages:
|
||||||
await self.bot.say(i)
|
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):
|
def setup(bot):
|
||||||
bot.add_cog(bots_commands(bot))
|
bot.add_cog(bots_commands(bot))
|
||||||
|
|
Reference in New Issue