diff options
Diffstat (limited to 'src/commands/dev/__template.ts')
-rw-r--r-- | src/commands/dev/__template.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/__template.ts b/src/commands/dev/__template.ts index 4cf407c..49549af 100644 --- a/src/commands/dev/__template.ts +++ b/src/commands/dev/__template.ts @@ -56,7 +56,7 @@ export default class TemplateCommand extends BushCommand { public override async exec( message: BushMessage | BushSlashMessage, - args: { required_argument: string; optional_argumen: string } + args: { required_argument: string; optional_argument: string } ): Promise<unknown> { return await message.util.reply(`${util.emojis.error} Do not use the template command.`); args; |