Added channel maintenance TODOs (#8)
This commit is contained in:
@@ -47,6 +47,8 @@ class Register(Cog):
|
|||||||
|
|
||||||
await user.event_register(pycord_event._id, cache=self.bot.cache)
|
await user.event_register(pycord_event._id, cache=self.bot.cache)
|
||||||
|
|
||||||
|
# TODO Text channel must be created and updated
|
||||||
|
|
||||||
await ctx.respond("Ok.")
|
await ctx.respond("Ok.")
|
||||||
|
|
||||||
|
|
||||||
|
@@ -53,6 +53,8 @@ class Unregister(Cog):
|
|||||||
|
|
||||||
await user.event_unregister(pycord_event._id, cache=self.bot.cache)
|
await user.event_unregister(pycord_event._id, cache=self.bot.cache)
|
||||||
|
|
||||||
|
# TODO Text channel must be locked and updated
|
||||||
|
|
||||||
await ctx.respond("Ok.")
|
await ctx.respond("Ok.")
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user