diff --git a/templates/components/command.ts.sapphire b/templates/components/command.ts.sapphire index 8c88b2f..701941a 100644 --- a/templates/components/command.ts.sapphire +++ b/templates/components/command.ts.sapphire @@ -2,7 +2,7 @@ --- import { ApplyOptions } from '@sapphire/decorators'; import { SubCommandPluginCommand, SubCommandPluginCommandOptions } from '@sapphire/plugin-subcommands'; -import { Message } from 'discord.js'; +import type { Message } from 'discord.js'; @ApplyOptions({ description: 'A basic command'