Skip to content

andrewwise/verkabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verkabot

A Eurovision themed Discord bot written in Ruby using the offical Discord API gem.

Add to your server

Click here to install a hosted version Verkabot on your server.

Features

  • Counts down to the Eurovision final daily in the 30 days up to it.
  • Replies with random trivia when asked.
  • Replies with random gifs when asked.
  • Replied with random videos when asked.

Developing

To run Verkabot locally you will first need to have Ruby installed.

Then you will need to create a .env file with a API token for your own app. You can generate a token here.

DISCORD_BOT_TOKEN=YOUR TOKEN HERE

Once you have done this run bundler to install the required gems:

bundle install

An then finally to run the bot:

ruby lib/bot.rb