rsudo: add what to do

This commit is contained in:
Luna Mendes 2017-12-02 12:54:14 -03:00
parent 49c4aa4e7b
commit 84c1c09903
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ class Rsudo(Cog):
await m.add_reaction('\N{WHITE HEAVY CHECK MARK}')
await m.add_reaction('\N{CROSS MARK}')
# wait for the check reaction and
# execute the command
# TODO: this
def setup(bot):
bot.add_cog(Rsudo(bot))