Skip to content

ds3002/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

A simple Discord bot for future projects.

Build the container:

docker build -t discord-bot .

Create a Discord Bot and generate its token. Pass that into the container at runtime:

docker run -it -e TOKEN="ODMxxxxxxxxxxxxxx0.YxxxxxxQ.Nxxxxxxxxxxxxxxxxxxxxxxx" discord-bot

To launch your bot and keep it alive, you'll need the services of a container orchestrator:

  • AWS Lightsail / ECS / EC2, etc.
  • Kubernetes
  • DCOS

About

A simple Discord bot project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages