An open API service indexing awesome lists of open source software.

https://github.com/p3ntest/candle-bot

A romantic discord bot 🕯️
https://github.com/p3ntest/candle-bot

discord docker dockerized funny javascript meme romantic

Last synced: about 1 month ago
JSON representation

A romantic discord bot 🕯️

Awesome Lists containing this project

README

          

# 🕯️ Candle Bot
A romantic discord bot to accompany cute romantic couples chilling in discord channels with nice classical music

## Setup
Create a discord bot over at the [Discord Developer Portal](https://discord.dev/) and make sure to enable all privilaged intents. Copy the token and proceed with the next step.

## Installation
Make sure to create and fill a `.env` according to `.env.example`.
There are two ways of running the bot:

### 1. Dockerized
Just run `docker-compose up -d` to start the bot.

### 2. Not dockerized
Make sure to install ffmpeg on your system, then run `npm i` and then you can start the bot using `node .`