Skip to content

Commit e55cdf2

Browse files
committed
courses: i hate format checks
1 parent 2294030 commit e55cdf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/course.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { SlashCommandBuilder } = require("@discordjs/builders");
1+
onst { SlashCommandBuilder } = require("@discordjs/builders");
22
const { Permissions } = require("discord.js");
33

44
const MODERATION_REQUEST_CHANNEL = 824506830641561600;
@@ -208,7 +208,7 @@ module.exports = {
208208
ephemeral: true,
209209
});
210210
}
211-
211+
212212
// Find a channel with the same name as the course
213213
const channel = await interaction.guild.channels.cache.find(
214214
(c) => c.name.toLowerCase() === course.toLowerCase(),

0 commit comments

Comments
 (0)