From 644b180d1ea4ad4330969c9ca11a7aa83a2d0aef Mon Sep 17 00:00:00 2001 From: Hexugory Date: Sat, 1 Apr 2023 01:48:52 -0500 Subject: [PATCH] i hate everything i've done --- src/slash/commandlist.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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