From 50454b8f746f2febef0f908e9fcabac2f6bd222e Mon Sep 17 00:00:00 2001 From: cat Date: Tue, 22 Jul 2025 07:00:27 +0300 Subject: [PATCH] Version bump + locale edit --- 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 21e7a72..ce050bf 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-2" +#define BOT_VERSION "v0.3" #define CURRENCY_NAME "Night Coin" @@ -9,9 +9,9 @@ // Command get_pfp #define COMMAND_GET_PFP_DESCRIPTION \ - "Get someone elses profile picture as a picture" + "Get someone elses profile picture as an image" #define COMMAND_GET_PFP_ARGS_USER \ - "Whose profile picture do you want to get(it can be yourself)" + "Whose profile picture do you want to get(it can be of your own)" #define COMMAND_GET_PFP_FAIL_NOT_A_MEMBER(userid) \ "<@" + userid + \ "> is not a member.\nYou can only get profile picture of " \