From 3a5b4828845611ef285aa4f44f82d4e302e81d00 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 13 Jul 2024 15:42:27 +0000 Subject: [PATCH] docs: Updated changelog, upped version to 5.1.4 fix: Fixed pipeline --- CHANGELOG.md | 23 +++++++++++++++++++ src/NadekoBot/NadekoBot.csproj | 2 +- src/NadekoBot/data/aliases.yml | 2 ++ .../data/strings/commands/commands.en-US.yml | 8 +++++++ 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5df6930..65e013dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [5.1.4] - 13.07.2024 + +### Added + +- Added `.coins` command which lists top 10 cryptos ordered by marketcap +- Added Clubs rank in the leaderboard to `.clubinfo` +- Bot owners can now check other people's bank balance (Not server owners, only bot owner, the person who is hosting the bot) +- You can now send multiple waifu gifts at once to waifus. For example `.waifugift 3xRose @user` will give that user 3 roses + - The format is `x`, no spaces +- Added `.boosttest` command + +### Changed + +- Updated command strings to clarify `.say` and `.send` usages + +### Fixed + +- Fixed `.waifugift` help string + +### Removed + +- Removed selfhost button from `.donate` command, no idea why it was there in the first place + ## [5.1.3] - 06.07.2024 ### Added diff --git a/src/NadekoBot/NadekoBot.csproj b/src/NadekoBot/NadekoBot.csproj index 27030b3cd..8658f77fc 100644 --- a/src/NadekoBot/NadekoBot.csproj +++ b/src/NadekoBot/NadekoBot.csproj @@ -4,7 +4,7 @@ enable true en - 5.1.3 + 5.1.4 $(MSBuildProjectDirectory) diff --git a/src/NadekoBot/data/aliases.yml b/src/NadekoBot/data/aliases.yml index 0408e579c..08505c58b 100644 --- a/src/NadekoBot/data/aliases.yml +++ b/src/NadekoBot/data/aliases.yml @@ -30,6 +30,8 @@ greettest: - greettest greetdmtest: - greetdmtest +boosttest: + - boosttest byetest: - byetest boost: diff --git a/src/NadekoBot/data/strings/commands/commands.en-US.yml b/src/NadekoBot/data/strings/commands/commands.en-US.yml index 6813f3084..2f1c49ce0 100644 --- a/src/NadekoBot/data/strings/commands/commands.en-US.yml +++ b/src/NadekoBot/data/strings/commands/commands.en-US.yml @@ -112,6 +112,14 @@ greettest: params: - user: desc: "The user to impersonate when sending the greeting, defaulting to yourself if not specified." +boosttest: + desc: Sends the boost message in the current channel as if you just boosted the server. You can optionally specify a different user. + ex: + - '' + - '@SomeoneElse' + params: + - user: + desc: "The user to impersonate when sending the boost message, defaulting to yourself if not specified." greetdmtest: desc: Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user. ex: