mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +00:00
Fix formatting again
This commit is contained in:
parent
04606d4354
commit
5850bb7449
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ async def on_reverse_error(event):
|
||||||
|
|
||||||
if error:
|
if error:
|
||||||
try:
|
try:
|
||||||
await event.context.respond(error)
|
await event.context.respond(error)
|
||||||
except:
|
except:
|
||||||
await event.context.interaction.edit_initial_response(error, components=None)
|
await event.context.interaction.edit_initial_response(error, components=None)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue