Attempting to generate quote in OOC triggers cooldown #28
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am unsure how much I really care to fix this - we'll see - but wanna document it:
Right now, the cooldown on
/biblequses Discord.py's native@app_commands.checks.dynamic_cooldown()decorator. Inside the actual/bibleqfunction is the check for if it's ran in#out-of-context.Logically, the cooldown applies irrespective of if the channel check blocks the user, as from Discord.py's perspective the command was ran and thus warrants a cooldown.
Desired functionality is that if the channel check blocks the user the cooldown is not triggered.
Closed per #58