Added release note for EllieBot 5.1.4
This commit is contained in:
parent
668360f4b8
commit
f297e3519c
3 changed files with 37 additions and 2 deletions
7
.astro/types.d.ts
vendored
7
.astro/types.d.ts
vendored
|
@ -224,6 +224,13 @@ declare module 'astro:content' {
|
||||||
collection: "releases";
|
collection: "releases";
|
||||||
data: InferEntrySchema<"releases">
|
data: InferEntrySchema<"releases">
|
||||||
} & { render(): Render[".md"] };
|
} & { 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"] };
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,5 +15,6 @@
|
||||||
"sass": "^1.69.5",
|
"sass": "^1.69.5",
|
||||||
"sharp": "^0.32.5",
|
"sharp": "^0.32.5",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
}
|
},
|
||||||
}
|
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
|
||||||
|
}
|
||||||
|
|
27
src/content/releases/5_1_4.md
Normal file
27
src/content/releases/5_1_4.md
Normal file
|
@ -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 `<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
|
Loading…
Reference in a new issue