Compare commits

..

No commits in common. "bf48e26516b6ea3341d5f8f9d98bdc2624af2d5e" and "d9f1191047977abda26799c7f223ca02beb57786" have entirely different histories.

3 changed files with 1 additions and 38 deletions

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

@ -189,13 +189,6 @@ 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"] };
};
};

View file

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

View file

@ -1,30 +0,0 @@
---
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.