Compare commits

..

3 commits

Author SHA1 Message Date
bf48e26516
Notes update 2024-06-22 01:06:32 +12:00
91e996d4c0
Updated year in footer. 2024-06-21 23:36:07 +12:00
61a053089a
docs: 📝 Added a new patchnote with the new beta release.
This new patch note adds the changes in the EllieBot 5.0.8-beta1
2024-06-21 22:58:13 +12:00
3 changed files with 38 additions and 1 deletions

7
.astro/types.d.ts vendored
View file

@ -189,6 +189,13 @@ declare module 'astro:content' {
collection: "releases"; collection: "releases";
data: InferEntrySchema<"releases"> data: InferEntrySchema<"releases">
} & { render(): Render[".md"] }; } & { 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"] };
}; };
}; };

View file

@ -3,7 +3,7 @@ import '../styles/global.scss';
--- ---
<footer> <footer>
<p>© 2023 EllieBotDevs</p> <p>© 2024 EllieBotDevs</p>
<div class="footer_links"> <div class="footer_links">
<a href="https://discord.gg/etQdZxSyEH">Discord</a> <a href="https://discord.gg/etQdZxSyEH">Discord</a>
<a href="https://toastielab.dev/EllieBotDevs/ellie-patchnotes">Toastielab</a> <a href="https://toastielab.dev/EllieBotDevs/ellie-patchnotes">Toastielab</a>

View 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.