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
- Host: GitHub
- URL: https://github.com/tom-sherman/reuben
- Owner: tom-sherman
- Created: 2017-05-28T21:14:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T18:45:39.000Z (about 9 years ago)
- Last Synced: 2025-03-29T23:45:14.989Z (over 1 year ago)
- Topics: bot, discord, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.