Fix indentation

pull/1/head
hikari.ftg 2022-03-21 16:35:10 +00:00
parent 25e4222d3e
commit d46dce2158
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ class InlineManager:
await m.delete() await m.delete()
await r.delete() await r.delete()
try: try:
m = await conv.send_file(photo) m = await conv.send_file(photo)
r = await conv.get_response() r = await conv.get_response()
except Exception: except Exception: