From f297e3519cb04941153ead8cd3bd06cd746c21b8 Mon Sep 17 00:00:00 2001 From: Toastie Date: Wed, 17 Jul 2024 14:00:32 +1200 Subject: [PATCH] Added release note for EllieBot 5.1.4 --- .astro/types.d.ts | 7 +++++++ package.json | 5 +++-- src/content/releases/5_1_4.md | 27 +++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 src/content/releases/5_1_4.md diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 27805df..e1b83a1 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -224,6 +224,13 @@ declare module 'astro:content' { collection: "releases"; data: InferEntrySchema<"releases"> } & { render(): Render[".md"] }; +"5_1_4.md": { + id: "5_1_4.md"; + slug: "5_1_4"; + body: string; + collection: "releases"; + data: InferEntrySchema<"releases"> +} & { render(): Render[".md"] }; }; }; diff --git a/package.json b/package.json index 214f67b..f5ea76b 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,6 @@ "sass": "^1.69.5", "sharp": "^0.32.5", "typescript": "^5.3.3" - } -} \ No newline at end of file + }, + "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" +} diff --git a/src/content/releases/5_1_4.md b/src/content/releases/5_1_4.md new file mode 100644 index 0000000..169f805 --- /dev/null +++ b/src/content/releases/5_1_4.md @@ -0,0 +1,27 @@ +--- +title: 'Ellie Bot 5.1.4.' +date: '2024-07-15' +versionNumber: '5.1.4' +description: 'Ellie Bot version 5.1.4 release notes.' +--- + +### 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 \ No newline at end of file