3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

Automod work vol 3

This commit is contained in:
Dragory 2020-07-27 22:19:34 +03:00
parent 7113d3953e
commit 8ab1712fb6
18 changed files with 133 additions and 38 deletions

View file

@ -52,7 +52,7 @@ export function createMessageSpamTrigger(spamType: RecentActionType, prettyName:
pluginData.state.recentSpam.push({
type: spamType,
userId: context.message.user_id,
userIds: [context.message.user_id],
archiveId,
timestamp: Date.now(),
});