diff --git a/src/slash/commandlist.ts b/src/slash/commandlist.ts index 823ad27..25da08a 100644 --- a/src/slash/commandlist.ts +++ b/src/slash/commandlist.ts @@ -7,6 +7,7 @@ import { SlashCommand } from "./slash"; import { GrantCommand } from "./grant"; import { EquipCommand } from "./equip"; import { ListCommand } from "./list"; +import { TradeCommand } from "./trade"; export const SlashCommandList: SlashCommand[] = [ new RandomCaseCommand(), @@ -16,5 +17,6 @@ export const SlashCommandList: SlashCommand[] = [ new ChallengeCommand(), new GrantCommand(), new EquipCommand(), - new ListCommand() + new ListCommand(), + new TradeCommand() ]; \ No newline at end of file