docs: 📝 Added a new patchnote with the new beta release.
This new patch note adds the changes in the EllieBot 5.0.8-beta1
This commit is contained in:
parent
d9f1191047
commit
61a053089a
2 changed files with 37 additions and 0 deletions
7
.astro/types.d.ts
vendored
7
.astro/types.d.ts
vendored
|
@ -189,6 +189,13 @@ declare module 'astro:content' {
|
|||
collection: "releases";
|
||||
data: InferEntrySchema<"releases">
|
||||
} & { render(): Render[".md"] };
|
||||
"5.0.8-beta.md": {
|
||||
id: "5.0.8-beta.md";
|
||||
slug: "508-beta";
|
||||
body: string;
|
||||
collection: "releases";
|
||||
data: InferEntrySchema<"releases">
|
||||
} & { render(): Render[".md"] };
|
||||
};
|
||||
|
||||
};
|
||||
|
|
30
src/content/releases/5.0.8-beta.md
Normal file
30
src/content/releases/5.0.8-beta.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: 'Ellie Bot 5.0.8-beta1!'
|
||||
date: '2024-06-21'
|
||||
versionNumber: '5.0.8-beta1'
|
||||
description: 'Ellie Bot version 5.0.8 release notes.'
|
||||
---
|
||||
|
||||
### Added
|
||||
|
||||
- Added `'setserverbanner` and `'setservericon` commands
|
||||
- Added overloads section to `'h command` which will show you all versions of command usage with param names
|
||||
- You can now check commands for submodules, for example `'cmds SelfAssignedRoles` will show brief help for each of the commands in that submodule
|
||||
- Added dropdown menus for 'mdls and 'cmds (both module and group versions) which will give you the option to see more detailed help for each specific module, group or command respectively
|
||||
- Self-Hosters only:
|
||||
- Added a dangerous cleanup command that you don't have to know about
|
||||
|
||||
### Changed
|
||||
|
||||
- Quotes will now use alphanumerical ids (like expressions)
|
||||
|
||||
### Fixed
|
||||
|
||||
- `'verbose` will now be respected for expression errors
|
||||
- Using `'pick` will now correctly show the name of the user who picked the currency
|
||||
- Fixed `'h` not working on some commands
|
||||
- `'langset` and `'langsetd` should no longer allow unsupported languages and nonsense to be typed in
|
||||
|
||||
### Known Issues
|
||||
|
||||
- Db does not populate the models correctly and thus the bot refuses to boot, this will hopefully be fixed by the next beta release.
|
Loading…
Reference in a new issue