Discord bot for counting wordles
Go to file
2025-01-27 16:13:29 -08:00
gamelogic Added chrono 2025-01-22 11:48:51 -08:00
.gitignore Added a database, and a /top command 2025-01-18 11:01:47 -08:00
bot.py Added chrono 2025-01-22 11:48:51 -08:00
db.py Removed auto database deletion on restart 2025-01-27 15:57:44 -08:00
Dockerfile Updated Dockerfile format 2025-01-27 15:54:31 -08:00
README.md made the readme better for whomping whales eyes 2025-01-27 16:13:29 -08:00
requirements.txt Added costcodle and Dockerfile 2025-01-22 11:08:57 -08:00

To use the docker container, just use it, ports 443 and 80 for discord api, that simple

set the DISCORD_TOKEN environment variable to the bot token

sample docker-compose

version: "3" services: chefle-bot: build: https://git.mudf.lat/ObeseTermite/chefle-bot.git environment: - DISCORD_TOKEN=[your_token here] image: chefle-bot ports: - 443 - 80