diff --git a/bot/ext/rsudo.py b/bot/ext/rsudo.py index a677125..05f28b7 100644 --- a/bot/ext/rsudo.py +++ b/bot/ext/rsudo.py @@ -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))