mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 11:07:19 +00:00
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
eff3b0cd56
commit
a22e70c8fb
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ export async function runAutomod(pluginData: GuildPluginData<AutomodPluginType>,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matchResult) {
|
if (matchResult) {
|
||||||
// Apply cooldowns
|
|
||||||
if (rule.cooldown) applyCooldown(pluginData, rule, context);
|
if (rule.cooldown) applyCooldown(pluginData, rule, context);
|
||||||
|
|
||||||
contexts = [context, ...(matchResult.extraContexts || [])];
|
contexts = [context, ...(matchResult.extraContexts || [])];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue