Discord Bot made to manage UNCC Game Developer's Discord @UNCCGameDevelopers
-
Fork repository
-
Create a app bot token key at Discord Developers
./token.json
{
"value" : "yourtokenvaluehere"
}
-
Invite Bot to test on your own server or ask @UNCCGameDevelopers to send you an invite to their bot test server.
-
Run the following in terminal
$ node index.js
- For any feature changes, create an issue https://github.com/darkmastermindz/unccgamedev-discordbot/issues and a feature branch and submit that feature branching using a PR and link it to the issue. Keep this one feature / fix per PR. See guidelines for the "perfect pull request" here: The Anatomy of a Perfect Pull Request
- addrole.js - Add Role to user requires
MANAGE_ROLES
permission. - ban.js - Perm-Ban requires
BAN_MEMBERS
- botinfo.js - Gets Bot info
- clear.js - Cleans up a channel. Poofs number of messages Requires
BAN_MEMBERS
- coins.js
- daily.js
- hello.js
- help.js
- kick.js
- level.js
- prefix.js
- removerole.js
- report.js
- say.js
- serverinfo.js
- stats.js
- tempmute.js
- color.js
- errors.js
- exceptions.js
- eventsController.js