rsudo: add what to do
This commit is contained in:
parent
49c4aa4e7b
commit
84c1c09903
1 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue