This bot is designed to manage the UAF Computer Science Discord server (primarily by adding people to class-specific roles).
(Assuming you have a working Ruby installation already)
Copy config.json.example
to config.json
and update it with your dev server's information.
bundle
ruby nookbot.rb
Code should be checked with Rubocop prior to commit.