A Discord Bot written in Ruby for the french 10FastFingers community.
- Discord: https://discord.gg/HfPwS34
- 10FastFingers: https://10fastfingers.com/
Obviously, you'll need ruby
. The version used in this project is ruby-2.5.1
as specified by the Gemfile.
You'll need chromedriver
installed (and a Google Chrome binary too, either chromium
or google-chrome
).
Then just launch chromedriver
:
$ chromedriver
Starting ChromeDriver 2.?? on port 9515
Only local connections are allowed.
And you're done!
You will have to set the following environment variables before using this bot:
DISCORD_OWNER_ID
(optional) : The Discord Id of the owner of this botDISCORD_TOKEN
(mandatory) : The TokenDISCORD_CLIENT_ID
(mandatory) : The Client Id
Then, start the bot using the main.rb
file:
$ ruby main.rb
And voilà!
- Fork this repository
- Create a new branch
git checkout -b <branch-name>
- Do your stuff
- Create a pull request on this repository
- Wait for validation!
wRadion <wradion@gmail.com>