mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Merge branch 'dev'
This commit is contained in:
commit
5892a1eaf0
1 changed files with 8 additions and 4 deletions
|
@ -390,9 +390,11 @@ class MsG:
|
|||
for future in done:
|
||||
selection = future.result()
|
||||
|
||||
with suppress(err.Forbidden):
|
||||
await match.delete()
|
||||
tempool = [pool for pool in pool_request if pool['name']
|
||||
== pools[int(selection.content) - 1]][0]
|
||||
with suppress(err.Forbidden):
|
||||
await selection.delete()
|
||||
elif pool_request:
|
||||
tempool = pool_request[0]
|
||||
|
@ -638,9 +640,11 @@ class MsG:
|
|||
for future in done:
|
||||
selection = future.result()
|
||||
|
||||
with suppress(err.Forbidden):
|
||||
await match.delete()
|
||||
tempool = [pool for pool in pool_request if pool['name']
|
||||
== pools[int(selection.content) - 1]][0]
|
||||
with suppress(err.Forbidden):
|
||||
await selection.delete()
|
||||
pool = {'name': tempool['name'], 'id': tempool['id']}
|
||||
|
||||
|
|
Loading…
Reference in a new issue