mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-11 04:57: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
|
const user = thread.ownerId
|
||||||
? await pluginData.client.users.fetch(thread.ownerId).catch(() => undefined)
|
? await pluginData.client.users.fetch(thread.ownerId).catch(() => undefined)
|
||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
const context: AutomodContext = {
|
const context: AutomodContext = {
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
threadChange: {
|
threadChange: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue