Don't execute it once

This commit is contained in:
Supositware 2022-10-13 01:37:48 +02:00
parent 0ae54bbbca
commit bc3e596356
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ const { statusChannel, NODE_ENV } = process.env;
export default { export default {
name: 'guildCreate', name: 'guildCreate',
once: true,
async execute(guild, client) { async execute(guild, client) {
const guildOwner = await client.users.fetch(guild.ownerId); const guildOwner = await client.users.fetch(guild.ownerId);

View file

@ -6,7 +6,6 @@ const { statusChannel, NODE_ENV } = process.env;
export default { export default {
name: 'guildDelete', name: 'guildDelete',
once: true,
async execute(guild, client) { async execute(guild, client) {
const guildOwner = await client.users.fetch(guild.ownerId); const guildOwner = await client.users.fetch(guild.ownerId);