Skip to content

UNCCGameDevelopers/unccgamedev-discordbot

 
 

Repository files navigation

unccgamedev-discordbot

Discord Bot made to manage UNCC Game Developer's Discord @UNCCGameDevelopers

Getting Started

  1. Fork repository

  2. Create a app bot token key at Discord Developers

./token.json

{
  "value" : "yourtokenvaluehere"
}
  1. Run the following in terminal
$ node index.js
  1. For any feature changes, create a feature branch and submit a PR. Keep this one feature / fix per PR. See guidelines for the "perfect pull request" here: The Anatomy of a Perfect Pull Request

Commands

  • 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

Utils

  • color.js
  • errors.js
  • exceptions.js
  • eventsController.js

About

The Only Discord Bot made solely to manage UNCC Game Developer's Discord Server @UNCCGameDevelopers

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%