From ffa4bc85fd8065cde38a9a16aaa3165e242bea14 Mon Sep 17 00:00:00 2001 From: jacobk999 Date: Tue, 20 Aug 2024 20:26:38 -0400 Subject: [PATCH] feat(discord-bot): update deprecated command descriptions --- 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 {