forked from Supositware/Haha-Yes
Don't execute it once
This commit is contained in:
parent
0ae54bbbca
commit
bc3e596356
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ const { statusChannel, NODE_ENV } = process.env;
|
|||
|
||||
export default {
|
||||
name: 'guildCreate',
|
||||
once: true,
|
||||
async execute(guild, client) {
|
||||
const guildOwner = await client.users.fetch(guild.ownerId);
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ const { statusChannel, NODE_ENV } = process.env;
|
|||
|
||||
export default {
|
||||
name: 'guildDelete',
|
||||
once: true,
|
||||
async execute(guild, client) {
|
||||
const guildOwner = await client.users.fetch(guild.ownerId);
|
||||
|
||||
|
|
Loading…
Reference in a new issue