Added channel maintenance TODOs (#8)

This commit is contained in:
2025-04-24 00:19:21 +02:00
parent e0ff0bab92
commit 2763fddc49
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ class Register(Cog):
await user.event_register(pycord_event._id, cache=self.bot.cache)
# TODO Text channel must be created and updated
await ctx.respond("Ok.")

View File

@@ -53,6 +53,8 @@ class Unregister(Cog):
await user.event_unregister(pycord_event._id, cache=self.bot.cache)
# TODO Text channel must be locked and updated
await ctx.respond("Ok.")