Auguste Charpentier
Auguste Charpentier
Hey, I'm writing this issue after a conversation in #advanced-coding where I initially suggested the following change. Config is great, allows anyone to store stuff easily within Red, but it...
### Type - [ ] Bugfix - [ ] Enhancement - [x] New feature ### Description of the changes This is the new Debian package for Red discussed in #4199....
This PR adds a button to the "Fire source" script (from InteractionSystem/Longbow) to set the component on fire without a nearby fire source. I found this very useful when testing...
The deadline is coming, Discord will soon remove message content for most bots, forcing us to migrate to slash commands. It has been told countless times that Red does not...
I find this library great, but it has no support at all for interactions and views. My bot fully relies on interactions and has no text commands, thus I cannot...
I have a paginator defined like this ```rs #[derive(Debug, Serialize, ToSchema)] #[aliases(PaginatedCat = PaginatedResponse)] pub struct PaginatedResponse { pub count: i64, pub previous: Option, pub next: Option, pub results: Vec,...
Hello, after a discussion in AC, I started working on a Debian package (`.deb`) for Red-DiscordBot, with all the automated stuff. Doing this will make the install process as easy...
### Type - [x] Bugfix - [x] Enhancement - [ ] New feature ### Description of the changes When using `typing.Union` for a command argument, multiple conversion errors can happen...
Hello, I noticed my vim started taking a very long time to start recently. After profiling with `vim --startuptime`, turns out `vim-lsp-settings` takes a full two seconds to initialize! ```...
Hey, some users are asking me an edit message feature for my Say cog and I redirect them to your cog. However, I noticed it's not really easy to use....