Skip to content

Commit

Permalink
commands/cleanup.py: Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvdheuvel committed Aug 20, 2024
1 parent b41e79e commit 552195a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async def cleanup(ctx: lightbulb.SlashContext) -> None:
bot_messages = [msg for msg in messages if msg.author.id == bot_id]

to_delete = bot_messages[:count]
print(to_delete)
if not to_delete:
await ctx.edit_last_response("No messages by the bot found to delete.")
return
Expand Down

0 comments on commit 552195a

Please sign in to comment.