Skip to content

Commit

Permalink
fix: bad command name
Browse files Browse the repository at this point in the history
  • Loading branch information
mastondzn committed Jun 29, 2024
1 parent 2a19b2b commit 4fc64dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/commands/reload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4fc64dc

Please sign in to comment.