/NookBot

Bot for managing UAF CS Discord server

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

NookBot

This bot is designed to manage the UAF Computer Science Discord server (primarily by adding people to class-specific roles).

I've since graduated, and am no longer maintaining this. Future development will occur on this fork.

Running

(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

Contributing

Code should be checked with Rubocop prior to commit.

Past contributors