fix: standardize command import paths to lowercase for consistency
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
// (at your option) any later version.
|
||||
|
||||
import { SlashCommandBuilder, EmbedBuilder } from 'discord.js';
|
||||
import Command from '../utils/Command.js';
|
||||
import Command from '../utils/command.js';
|
||||
|
||||
export default class HelpCommand extends Command {
|
||||
defineCommand() {
|
||||
|
||||
Reference in New Issue
Block a user