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 {
|
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);
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue