TheBrambleShark
TheBrambleShark
I propose a new command be added: `!playnext ` `!playnext ` Functionally, it would be identical to the existing `!play` function except that it prepends the song to the start...
These ideas were left in the Discord server, but it was advised that I open an issue here. This Idea takes the form of three separate commands, though really only...
For those who want to use MediatR. Adds a service which translates gateway events into MediatR requests. All requests return `Result`. TODO: * [x] Add GatewayEventRequest * [x] Add implementation...
In an effort to streamline and standardize DI, logging, and the lifetime of the bot, I would like to propose changing to a GenericHost. Items to discuss: * [ ]...
Currently, if a plugin is unloaded, its dependencies are not informed. Unexpected or undocumented behavior may occur when attempting to interact with the unloaded plugin. When a plugin unloads itself...
I thought this already existed, but it seems it does not. This issue is to contain discussions and notes on how to implement guild-specific configuration items. When a MODiX instance...
Relies on #468 This is an organizational issue to keep track of active changes that should hook into the a runtime configuration, whether that be stored in the database or...
Discussion item for #467 This separate issue is opened to keep tabs on discussion for this particular config line item. If this is something deemed worthy, this issue will be...
Discussion item for #467 This separate issue is opened to keep tabs on discussion for this particular config line item. If this is something deemed worthy, this issue will be...
Create a storage system for storing instance-specific configurations, whether this is its own section in the database or a json/yaml flat-file. This configuration section should be specifically related to MODiX,...