mirror of
https://github.com/solero/houdini.git
synced 2025-11-04 14:41:56 +00:00
Always throw CooldownError even when cooldown has a callback
This commit is contained in:
@@ -58,7 +58,6 @@ class _ArgumentDeserializer:
|
||||
await self.cooldown.callback(self.instance, p)
|
||||
else:
|
||||
await self.cooldown.callback(p)
|
||||
else:
|
||||
raise CooldownError(f'{p} invoked listener during cooldown')
|
||||
|
||||
def _check_list(self, p):
|
||||
|
||||
Reference in New Issue
Block a user