jchristgit
jchristgit
Find a way to pass in the bot token from other sources than the application environment without requiring users to update all their API calls. This will be more complicated...
The current "example bot" listing on the README would benefit from having more bots than the existing ones listed. We have two small examples and bolt, which is very big...
Looking at the setup documentation on https://kraigie.github.io/nostrum/intro.html#setup, we currently don't show that you need to add a consumer to your supervision tree. As this is necessary for almost any bot...
Currently we emit the following message when no consumer was detected: > No consumers were running nor did any start up in time for shard session > startup. Is a...
As we all know, Dialyzer is never wrong. #508 attempts to introduce the new `-Wunmatched_return` flag to check for return values we are properly dealing with, and it finds a...
Our existing QLC implementations allow developers to query and search our cache for members, guilds, and users. We could maybe go even further. We could implement QLC tables for querying...
To allow usage as a library, we need to reduce our usage of globally registered names (such as cache & store tables) and instead pass down PIDs and references of...
At the moment we have a bunch of utility functions in `Nostrum.Util` that in return receive settings from the application environment. We should remove this usage of it, and probably...