From 263ef4b47faf9b0f0ddaa95d935f2997c3b558bf Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 13 May 2024 06:22:48 +0000 Subject: [PATCH] fix: Fixed blackjack strings --- src/NadekoBot/data/strings/responses/responses.en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/data/strings/responses/responses.en-US.json b/src/NadekoBot/data/strings/responses/responses.en-US.json index d58b08004..934d49162 100644 --- a/src/NadekoBot/data/strings/responses/responses.en-US.json +++ b/src/NadekoBot/data/strings/responses/responses.en-US.json @@ -960,8 +960,8 @@ "perm_override_all_confirm": "Are you sure that you want to remove **ALL** discord permission overrides on this server? This action is irreversible.", "perm_overrides": "Discord Permission Overrides", "perm_override_reset": "Discord Permission Overrides for this command have been cleared.", - "bj_created": "has created a new BlackJack game in this channel.", - "bj_joined": "has joined the BlackJack game", + "bj_created": "{0} has created a new BlackJack game in this channel.", + "bj_joined": "{0} has joined the BlackJack game", "reset": "Xp Reset", "reset_server_confirm": "Are you sure that you want to reset the XP of all users on the server?", "reset_user_confirm": "Are you sure that you want to reset specified user's XP on this server?",