mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 17:45:03 +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;
|
||||
}
|
||||
|
||||
if (!rule.affects_self && userId && userId === pluginData.client.user?.id) continue;
|
||||
|
||||
if (rule.cooldown && checkAndUpdateCooldown(pluginData, rule, context)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue