From 84c1c09903cbce97a5c13fe2c205fc7b956faecb Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Sat, 2 Dec 2017 12:54:14 -0300 Subject: [PATCH] rsudo: add what to do --- bot/ext/rsudo.py | 5 +++++ 1 file changed, 5 insertions(+) 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))