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

Got rid of extraneous )

This commit is contained in:
Phxntxm 2016-10-28 22:25:47 -05:00
parent b8b449e118
commit 6f3595f6de

View file

@ -99,4 +99,4 @@ class Osu:
await self.bot.say("```\n{}```".format(_fmt))
def setup(bot):
bot.add_cog(Osu(bot)))
bot.add_cog(Osu(bot))