From b325631b5a45dab484b8877a82c5a19849964d39 Mon Sep 17 00:00:00 2001 From: jacobk999 Date: Tue, 20 Aug 2024 20:29:39 -0400 Subject: [PATCH] feat(discord-bot): update deprecated command messages --- apps/discord-bot/src/commands/deprecated/bridge.command.tsx | 2 +- apps/discord-bot/src/commands/deprecated/dropper.command.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/discord-bot/src/commands/deprecated/bridge.command.tsx b/apps/discord-bot/src/commands/deprecated/bridge.command.tsx index 22a4566cd..0246b1846 100644 --- a/apps/discord-bot/src/commands/deprecated/bridge.command.tsx +++ b/apps/discord-bot/src/commands/deprecated/bridge.command.tsx @@ -12,7 +12,7 @@ import { Command, type IMessage } from "@statsify/discord"; export class BridgeCommand { public run(): IMessage { return { - content: (t) => t("deprecated.merged-mode", { + content: (t) => t("deprecated.merged-dropdown", { oldCommandName: "`/bridge`", newCommand: "", newCommandName: `${t("emojis:games.DUELS")} **Duels**`, diff --git a/apps/discord-bot/src/commands/deprecated/dropper.command.tsx b/apps/discord-bot/src/commands/deprecated/dropper.command.tsx index 32aaa15ea..978dd1a21 100644 --- a/apps/discord-bot/src/commands/deprecated/dropper.command.tsx +++ b/apps/discord-bot/src/commands/deprecated/dropper.command.tsx @@ -12,7 +12,7 @@ import { Command, type IMessage } from "@statsify/discord"; export class DropperCommand { public run(): IMessage { return { - content: (t) => t("deprecated.merged-mode", { + content: (t) => t("deprecated.merged-dropdown", { oldCommandName: "`/dropper`", newCommand: "", newCommandName: `${t("emojis:games.ARCADE")} **Arcade**`,