-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
a: codePull requests which add features, fixes, or any code changePull requests which add features, fixes, or any code changes: approvedAn issue or PR with core developer approvalAn issue or PR with core developer approvalt: feature
Description
In certain situations, multiple users invoking the same command with static output is common, resulting in duplicate messages from the bot, for example linking the same doc page.
The bot currently handles a per channel cooldown on tags, but commands always run.
I propose adding a decorator that can be applied to static output commands (e.g. doc, rules etc.) which will cause a cooldown to be applied depending on the command arguments, or maybe some output method that returns equal objects for equal output.
wookie184
Metadata
Metadata
Assignees
Labels
a: codePull requests which add features, fixes, or any code changePull requests which add features, fixes, or any code changes: approvedAn issue or PR with core developer approvalAn issue or PR with core developer approvalt: feature