Skip to content

My personal Discord Bot Project. Nothing serious nor professional.

Notifications You must be signed in to change notification settings

tjallo/DiscordPyBot

Repository files navigation

GitHub Workflow Status GitHub Repo stars GitHub watchers Docker Pulls GitHub commit activity

DiscordPyBot by tjallew

See the v1 and v2 bracnhes for (deprecated) earlier iterations of this bot.


Github link

https://github.com/tjallo/DiscordPyBot

How to use

Run this command to run the most recent docker image, with your relevant details

docker pull tjallew/discord-py-bot:latest
docker run \
-e BOT_TOKEN="bot_token" \
-e COMMAND_PREFIX="!" \
-e DESCRIPTION="Discord.py bot version 3.0 by Tjallo, Invoke !help [command] to see the full command description" \
-e REDDIT_CLIENT_ID="client_id" \
-e REDDIT_CLIENT_SECRET="client_secret" \
-e REDDIT_USER_AGENT="discord_bot" \
-e IMGFLIP_USER="usernm" \
-e IMGFLIP_PASSWORD="password" \
tjallew/discord-py-bot

Make sure to enable all Privileged Gateway Intents in your discord developer portal

Details you need for the enviroment variables can be found here:

These details will persist in the container when you run docker run! So you can run the created container without the enviroment variables afterwards. Using Docker Hub application for this management is recommended.

About

My personal Discord Bot Project. Nothing serious nor professional.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •