mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
docs: Updated changelog, upped version to 5.1.4
fix: Fixed pipeline
This commit is contained in:
23
CHANGELOG.md
23
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
|
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 `<NUMBER>x<ITEM>`, 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
|
## [5.1.3] - 06.07.2024
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>true</ImplicitUsings>
|
<ImplicitUsings>true</ImplicitUsings>
|
||||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||||
<Version>5.1.3</Version>
|
<Version>5.1.4</Version>
|
||||||
|
|
||||||
<!-- Output/build -->
|
<!-- Output/build -->
|
||||||
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
||||||
|
@@ -30,6 +30,8 @@ greettest:
|
|||||||
- greettest
|
- greettest
|
||||||
greetdmtest:
|
greetdmtest:
|
||||||
- greetdmtest
|
- greetdmtest
|
||||||
|
boosttest:
|
||||||
|
- boosttest
|
||||||
byetest:
|
byetest:
|
||||||
- byetest
|
- byetest
|
||||||
boost:
|
boost:
|
||||||
|
@@ -112,6 +112,14 @@ greettest:
|
|||||||
params:
|
params:
|
||||||
- user:
|
- user:
|
||||||
desc: "The user to impersonate when sending the greeting, defaulting to yourself if not specified."
|
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:
|
greetdmtest:
|
||||||
desc: Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user.
|
desc: Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user.
|
||||||
ex:
|
ex:
|
||||||
|
Reference in New Issue
Block a user