diff --git a/bot/src/commands/reload.ts b/bot/src/commands/reload.ts index 8099d28..d8e2b27 100644 --- a/bot/src/commands/reload.ts +++ b/bot/src/commands/reload.ts @@ -5,7 +5,7 @@ import { createCommand } from '~/helpers/command/define'; import type { Command } from '~/helpers/command/types'; export default createCommand({ - name: 'eval', + name: 'reload', description: 'Reloads commands.', permissions: { global: 'owner',