mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-11 21:17:19 +00:00
new line
This commit is contained in:
parent
a9351d07cd
commit
d8933422c0
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ export const RunAutomodOnThreadCreate = typedGuildEventListener<AutomodPluginTyp
|
|||
const user = thread.ownerId
|
||||
? await pluginData.client.users.fetch(thread.ownerId).catch(() => undefined)
|
||||
: undefined;
|
||||
|
||||
const context: AutomodContext = {
|
||||
timestamp: Date.now(),
|
||||
threadChange: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue