Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 0d47a80

Browse files
committed
add todo
1 parent 4fe5002 commit 0d47a80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/capy_app/frontend/cogs/features/event_cog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,8 @@ async def _show_user_events(self, interaction: discord.Interaction) -> None:
988988

989989
await interaction.followup.send(embed=embed, ephemeral=True)
990990

991+
992+
#TODO Someone that's in the database needs to test all RSVP options + myevents
991993
async def _announce_event(self, interaction: discord.Interaction) -> None:
992994
"""Announce an event"""
993995

0 commit comments

Comments
 (0)