From 06d5843be74a01f2bbf3293cbfd4ccc6650a7c69 Mon Sep 17 00:00:00 2001 From: cat Date: Sat, 19 Jul 2025 17:27:56 +0300 Subject: [PATCH] Minor tweaks --- languages/locale_en.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/locale_en.hpp b/languages/locale_en.hpp index e7b7131..ffa0929 100644 --- a/languages/locale_en.hpp +++ b/languages/locale_en.hpp @@ -1,6 +1,6 @@ // Bot info -#define BOT_NAME "The Bartender bot" -#define BOT_VERSION "v0.2" +#define BOT_NAME "The Bartender Bot" +#define BOT_VERSION "v0.2-1" #define CURRENCY_NAME "Night Coin" @@ -13,7 +13,7 @@ "## " BOT_NAME " " BOT_VERSION \ "\n-> Written by <@!607952795794145281>.\n-> Source code " \ "https://git.thenight.club/cat/BartenderBot.\n-> Made with " \ - "[D++](https://dpp.dev/) and tears." + "[D++]() and tears." // Command balance/bal #define COMMAND_BALANCE_DESCRIPTION "See someone's balance of " CURRENCY_NAME