We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294030 commit e55cdf2Copy full SHA for e55cdf2
commands/course.js
@@ -1,4 +1,4 @@
1
-const { SlashCommandBuilder } = require("@discordjs/builders");
+onst { SlashCommandBuilder } = require("@discordjs/builders");
2
const { Permissions } = require("discord.js");
3
4
const MODERATION_REQUEST_CHANNEL = 824506830641561600;
@@ -208,7 +208,7 @@ module.exports = {
208
ephemeral: true,
209
});
210
}
211
-
+
212
// Find a channel with the same name as the course
213
const channel = await interaction.guild.channels.cache.find(
214
(c) => c.name.toLowerCase() === course.toLowerCase(),
0 commit comments