fix for /end

This commit is contained in:
zeragonii 2024-10-20 10:27:18 +00:00
parent a6e39a47f4
commit 57607fff10
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -168,7 +168,7 @@ async def end(interaction: discord.Interaction):
# Mark the run as ended in the logs
logs[str(thread_message_id)]["status"] = "ended"
del logs[thread_message_id]
del logs[str(thread_message_id)]
save_lfm_logs(logs)
except discord.NotFound: