Closes #13
This commit is contained in:
@@ -64,7 +64,6 @@ class CogUnregister(Cog):
|
||||
await ctx.respond(self.bot._("jailed_error", "messages", locale=ctx.locale), ephemeral=True)
|
||||
return
|
||||
|
||||
# TODO Fix a bug where registered_event_ids is invalid because of caching
|
||||
if pycord_event._id not in user.registered_event_ids:
|
||||
await ctx.respond(
|
||||
self.bot._("unregister_not_registered", "messages", locale=ctx.locale), ephemeral=True
|
||||
|
Reference in New Issue
Block a user