solo

Results 109 issues of solo

A couple of miscellaneous JDA implementation improvements: - [x] Fixes #278 - [x] Add `Member` argument type. - [x] Add `Emote` argument type. - [x] Add JDA permission logic -...

They are located in [RoleArgumentParser](https://github.com/Incendo/cloud/blob/master/cloud-discord/cloud-jda/src/main/java/cloud/commandframework/jda/parsers/RoleArgument.java) and [ChannelArgumentParser](https://github.com/Incendo/cloud/blob/master/cloud-discord/cloud-jda/src/main/java/cloud/commandframework/jda/parsers/ChannelArgument.java), respectively. They should be renamed to `RoleNotFoundParseException` and `ChannelNotFoundParseException` to match all the other exceptions in those classes.

enhancement
2.0.0

If you have a `User` argument, and the user is not currently cached by the JDA, then it will return a user not found error. This can be easily solved...

discord

In my application, I'd like to cache instances of an object which require to be shut down properly via a `shutdown()` method. I want to cache them, since idk how...

enhancement

Basically, just remove `TaskCatalogue`, because stactic stuff is gross. Recipes should be loaded from a file at runtime.

enhancement

It's a common technique of spammers to just use random unicode characters to bypass the filter. So, just search for any messages with more than, let's say, 4 charcters past...

Issue #155 was opened because there is no way to quickly play a song, so I attempted to add a flag (---quick-play) to it, but then it didn't work. I'm...

Here's an example that explains it better than what I could do with words: ![image](https://user-images.githubusercontent.com/46940694/147801093-39952d69-ba2c-486c-9f80-98ab1bf108e2.png) Additionally, The statuses in chat will *not* be updated upon - sending a new message...

### Request details Currently, when mirroring a repository with reposilite, you can choose to enable "store" to cache artifacts on the local server. However, this currently is an unmanaged cache,...

feature

### Operating System Linux ### Version of Prism Launcher Prism Launcher 5.0-develop, commit `318f657c31f95d8dda37fd9b21771f073e4409a2` ### Version of Qt Qt 5.15.6 ### Description of bug Crash when attempting to download mod,...

bug