An open API service indexing awesome lists of open source software.

https://github.com/tom-sherman/reuben

🤖 A ruby rep bot
https://github.com/tom-sherman/reuben

bot discord ruby

Last synced: 2 months ago
JSON representation

🤖 A ruby rep bot

Awesome Lists containing this project

README

          

# reuben
A discord bot written in Ruby.

## Bot Setup
You must have sqlite3 installed.

1. Create a file at the root of the project called `secrets.yml` with the following text inside, `YOURAPITOKEN` is your secret Discord API token.
```
token: YOURAPITOKEN
```

2. Run `setup.rb` to setup the database.
3. Run `bot.rb` to start the reuben bot.