Skip to content

A simple discord bot is written in python and run with docker ( you can run in without it of course)

Notifications You must be signed in to change notification settings

1-1is0/discordbot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Discord Bot

Description

A simple discord bot that can be run with docker. This is a personal project and I'm just testing new things. 😉

Installation

Without docker

Without docker you'll need to install the requirements and run the project.

Make sure you have the token in your env var.

pip install -r requirements.txt
python main.py

Docker

For building the image
docker build -f Dockerfile -t discord-bot .

it's important to have bot token as env var, so when you want to run the image you can do
docker run -env_file=env_file --name discord-bot discord-bot.
so the token will be available to the application.

About

A simple discord bot is written in python and run with docker ( you can run in without it of course)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published