Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
/ FlashBot Public archive

Discord bot written in Groovy, designed to play internet radio stations

Notifications You must be signed in to change notification settings

kuskoman/FlashBot

Repository files navigation

FlashBot

Bot written in Groovy thanks to help from Github Copilot and ChatGPT, with logo generated by Midjourney AI and modified by Dall-E.

FlashBot banner

Setup

This bot can be run either in Dockerized, or standalone version. Each version has its of prerequisites

Setting up environment

The first step to run this project is to obtain a token for a bot. There are multiple guides for it, you can for example use this reference token guide.

After token is obtained you can copy .env.example to .env:

cp .env.example .env

And fill .env file with your token:

DISCORD_BOT_TOKEN=<your token>

Setting up Dockerized version

Dockerized version prerequisites

Running dockerized version

Running bot in Docker can be simplified to a single command

docker-compose -f docker-compose.prod.yml up -d

About

Discord bot written in Groovy, designed to play internet radio stations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published