Skip to content

Commit

Permalink
Fix remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 25, 2024
1 parent 2613d25 commit 34ef571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldtimezone/extensions/world_clock_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def create_embed(
else:
print(f"Failed update message: {guild.discord_id}: no embeds")
wcd.remove_message_id(
guild, message_page_world_clock[len(paginated_embeds) - 1]
guild, message_page_world_clock[len(paginated_embeds) - 1 :]
)


Expand Down

0 comments on commit 34ef571

Please sign in to comment.