https://github.com/eirc/awesomo
Discord bot, not that smart
https://github.com/eirc/awesomo
bot discordrb docker ruby
Last synced: 3 months ago
JSON representation
Discord bot, not that smart
- Host: GitHub
- URL: https://github.com/eirc/awesomo
- Owner: eirc
- Created: 2018-11-27T20:29:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T16:00:32.000Z (over 7 years ago)
- Last Synced: 2025-03-05T23:27:58.996Z (over 1 year ago)
- Topics: bot, discordrb, docker, ruby
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/eirc/awesomo)
Inspired by https://medium.com/@goodatsports/how-to-make-a-simple-discord-bot-in-ruby-to-annoy-your-friends-f5d0438daa70
# Discord setup
1. Create Discord application
2. Add bot to server
3. Invite bot to your server
- https://discordapp.com/oauth2/authorize?client_id=&scope=bot&permissions=36703232
- https://discordapi.com/permissions.html#36703232
# Run / Develop / Deploy
1. Install docker and docker-compose.
2. Clone repo
3. Setup `.env` file (copy `.env.sample` and fill it)
4. Check [Makefile](Makefile) for available actions