fix for /end
This commit is contained in:
parent
a6e39a47f4
commit
57607fff10
2
bot.py
2
bot.py
|
|
@ -168,7 +168,7 @@ async def end(interaction: discord.Interaction):
|
||||||
|
|
||||||
# Mark the run as ended in the logs
|
# Mark the run as ended in the logs
|
||||||
logs[str(thread_message_id)]["status"] = "ended"
|
logs[str(thread_message_id)]["status"] = "ended"
|
||||||
del logs[thread_message_id]
|
del logs[str(thread_message_id)]
|
||||||
save_lfm_logs(logs)
|
save_lfm_logs(logs)
|
||||||
|
|
||||||
except discord.NotFound:
|
except discord.NotFound:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue