-
I run a fairly extensive set of lints on my projects. Since updating Poise from 2746481a6cef9c141ac7940b5f1eed240dff33a8 to 60106518ea0ec5940682a724c257b246ff8ac2b2, I've found that the lint `clippy:…
-
The serenity repo has a very [extensive example](https://github.com/serenity-rs/serenity/tree/current/examples/e05_command_framework) for their command framework. The later not only makes use of many …
-
Hey so I just updated my packages and poise updated as well. However, now that I've done that, whenever I try and run the bot the following error comes up and stops it from running...
```
error: unex…
-
Running the example seems to fail:
```rs
error[E0433]: failed to resolve: could not find `CollectComponentInteraction` in `serenity`
--> examples/framework_usage/commands.rs:113:37
|
113 |…
-
Looking through the code, it doesn't seem like support for `add_string_choice` has been implemented. Is this correct or have I missed it? I'd like to give users choices when entering slash commands.
-
FORGE_1.16.5_chipped-1.1.1
Forge-1.16.5-36.2.2
[latest.log](https://github.com/WillowWorks/Chipped/files/6982659/latest.log)
Tested with just chipped installed, no other mods.
-
This simple RegEx pattern will allow for spellchecking every single English word.
Nebula should loop through every word on every pageload and verify each word is spelled correctly. Also on the admi…
-
Mapped the k key to controller and installed HID Guardian(Helps put controller into exclusive mode). After the k key does not work on keyboard. Uninstalled HID Guardian but the problem still exists. R…
-
### General Information
**Describe the bug:** It crashed up startup saying Mystic World encountered an error during common_setup event phase
### Environment Versions
**Mystic Mods Versions*…
-
Continuing the conversation with @kleimkuhler from https://github.com/salsa-rs/salsa/pull/81, I think we should **not** attempt to make an individual database handle panic safe, but we should instead …