Skip to content

berkunal/dank-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dank Discord Bot

Requirements

  • Python 3.12
  • ffmpeg

Installation

pip install -r requirements.txt

Usage

Create a .env file in the project directory with the following content:

DISCORD_TOKEN=your-discord-token
TEST_CHANNEL=your-test-channel-id

Replace your-discord-token with your Discord token and your-test-channel-id with the ID of the channel you want to test the bot in.

Run on local machine

python bot.py

Run on a Docker container

# build the image
docker build -t dank-bot .

# run the container (pick one)
docker run -d dank-bot # run in background
docker run -it dank-bot # run in foreground

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published