From 2a4241d77417d326a9157f52b34ff84aff9f88f2 Mon Sep 17 00:00:00 2001 From: Jacob Koshy <42344274+jacobk999@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:28:19 -0400 Subject: [PATCH] feat(discord-bot): update deprecated command descriptions (#688) --- apps/discord-bot/src/commands/deprecated/bridge.command.tsx | 2 +- apps/discord-bot/src/commands/deprecated/dropper.command.tsx | 2 +- .../discord-bot/src/commands/deprecated/recentgames.command.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/discord-bot/src/commands/deprecated/bridge.command.tsx b/apps/discord-bot/src/commands/deprecated/bridge.command.tsx index 7e6904624..22a4566cd 100644 --- a/apps/discord-bot/src/commands/deprecated/bridge.command.tsx +++ b/apps/discord-bot/src/commands/deprecated/bridge.command.tsx @@ -8,7 +8,7 @@ import { Command, type IMessage } from "@statsify/discord"; -@Command({ description: (t) => t("deprecated.command-description", { newCommandName: "duels" }) }) +@Command({ description: (t) => t("deprecated.command-description", { newCommandName: "/duels" }) }) export class BridgeCommand { public run(): IMessage { return { diff --git a/apps/discord-bot/src/commands/deprecated/dropper.command.tsx b/apps/discord-bot/src/commands/deprecated/dropper.command.tsx index eafbcf646..32aaa15ea 100644 --- a/apps/discord-bot/src/commands/deprecated/dropper.command.tsx +++ b/apps/discord-bot/src/commands/deprecated/dropper.command.tsx @@ -8,7 +8,7 @@ import { Command, type IMessage } from "@statsify/discord"; -@Command({ description: (t) => t("deprecated.command-description", { newCommandName: "arcade" }) }) +@Command({ description: (t) => t("deprecated.command-description", { newCommandName: "/arcade" }) }) export class DropperCommand { public run(): IMessage { return { diff --git a/apps/discord-bot/src/commands/deprecated/recentgames.command.tsx b/apps/discord-bot/src/commands/deprecated/recentgames.command.tsx index 60437d4d0..fa24be29a 100644 --- a/apps/discord-bot/src/commands/deprecated/recentgames.command.tsx +++ b/apps/discord-bot/src/commands/deprecated/recentgames.command.tsx @@ -8,7 +8,7 @@ import { Command, type IMessage } from "@statsify/discord"; -@Command({ description: (t) => t("deprecated.command-description", { command: "status" }) }) +@Command({ description: (t) => t("deprecated.command-description", { command: "/status" }) }) export class RecentGamesCommand { public run(): IMessage { return {