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 {