mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
WIP conversion to group task commands
This commit is contained in:
parent
7d9f9d9718
commit
b43b863c15
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,10 @@ class Administration:
|
|||
await ctx.send('**Deletion timed out**', delete_after=7)
|
||||
await ctx.message.add_reaction('\N{CROSS MARK}')
|
||||
|
||||
@cmds.group(aliases=['task', 'tsk'])
|
||||
async def tasks(self):
|
||||
pass
|
||||
|
||||
async def delete(self):
|
||||
while self.deleting:
|
||||
message = await self.queue.get()
|
||||
|
|
Loading…
Reference in a new issue