A Eurovision themed Discord bot written in Ruby using the offical Discord API gem.
Click here to install a hosted version Verkabot on your server.
- 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.
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