mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-24 18:15:02 +00:00
revert space
This commit is contained in:
parent
0f39650d06
commit
0130ec6225
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ export async function runAutomod(pluginData: GuildPluginData<AutomodPluginType>,
|
||||||
) {
|
) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!rule.affects_self && userId && userId === pluginData.client.user?.id) continue;
|
if (!rule.affects_self && userId && userId === pluginData.client.user?.id) continue;
|
||||||
|
|
||||||
if (rule.cooldown && checkAndUpdateCooldown(pluginData, rule, context)) {
|
if (rule.cooldown && checkAndUpdateCooldown(pluginData, rule, context)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue