Don't execute it once

pull/1/head
Supositware 2 years ago
parent 0ae54bbbca
commit bc3e596356

@ -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…
Cancel
Save