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 🕯️
- Host: GitHub
- URL: https://github.com/p3ntest/candle-bot
- Owner: P3ntest
- Created: 2022-06-22T15:23:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T15:38:42.000Z (almost 4 years ago)
- Last Synced: 2025-09-09T19:51:37.420Z (9 months ago)
- Topics: discord, docker, dockerized, funny, javascript, meme, romantic
- Language: JavaScript
- Homepage:
- Size: 20.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .`