Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.
/ discord_bot_10ff Public archive

A Discord Bot written in Ruby for the french 10FastFingers community.

Notifications You must be signed in to change notification settings

wRadion/discord_bot_10ff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot 10FF

A Discord Bot written in Ruby for the french 10FastFingers community.

Requirements

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!

How To Use

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 bot
  • DISCORD_TOKEN (mandatory) : The Token
  • DISCORD_CLIENT_ID (mandatory) : The Client Id

Then, start the bot using the main.rb file:

$ ruby main.rb

And voilà!

Contributing

  • 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!

Maintainer

wRadion <wradion@gmail.com>

About

A Discord Bot written in Ruby for the french 10FastFingers community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published