Tanner Goins
Tanner Goins
For many of the bot's commands, Discord's role system will work fine. Moderation features may only need to use the built-in roles, if I'm able to figure out how to...
A big reason this task needs to be completed is that this project is not something you can easily test during development. If the changes are isolated to the API,...
That is correct! Although you cannot have comments in JSON, I wanted to provide users an easy way to generate a secure token in case they do not know any...
@bennaaym I fixed that issue by adding `jcenter()` as a repository to the `allprojects` section within `build.gradle` like so: ``` allprojects { repositories { mavenLocal() maven { // All of...