diff --git a/commands/Administration/setbirthdays.js b/commands/Administration/setbirthdays.js index daf55a00..660d9091 100644 --- a/commands/Administration/setbirthdays.js +++ b/commands/Administration/setbirthdays.js @@ -22,7 +22,7 @@ class Setbirthdays extends Command { const sentChannel = await Resolvers.resolveChannel({ message, search: args.join(" "), - channelType: "text" + channelType: "GUILD_TEXT" }); if (!sentChannel && areBirthdaysEnabled) { diff --git a/commands/Administration/setmodlogs.js b/commands/Administration/setmodlogs.js index 3cd7f371..6a5cc145 100644 --- a/commands/Administration/setmodlogs.js +++ b/commands/Administration/setmodlogs.js @@ -22,7 +22,7 @@ class Setmodlogs extends Command { const sentChannel = await Resolvers.resolveChannel({ message, search: args.join(" "), - channelType: "text" + channelType: "GUILD_TEXT" }); if (!sentChannel && areModLogsEnabled) { diff --git a/commands/Administration/setreports.js b/commands/Administration/setreports.js index c167d77c..7e73f550 100644 --- a/commands/Administration/setreports.js +++ b/commands/Administration/setreports.js @@ -22,7 +22,7 @@ class Setreports extends Command { const sentChannel = await Resolvers.resolveChannel({ message, search: args.join(" "), - channelType: "text" + channelType: "GUILD_TEXT" }); if (!sentChannel && areReportsEnabled) { diff --git a/commands/Administration/setsuggests.js b/commands/Administration/setsuggests.js index 4f92495e..5bdf3664 100644 --- a/commands/Administration/setsuggests.js +++ b/commands/Administration/setsuggests.js @@ -22,7 +22,7 @@ class Setsuggests extends Command { const sentChannel = await Resolvers.resolveChannel({ message, search: args.join(" "), - channelType: "text" + channelType: "GUILD_TEXT" }); if (!sentChannel && areSuggestsEnabled) {