Discord bot for counting wordles
Go to file
2025-02-04 10:33:23 -08:00
gamelogic fixed planespottle 2025-02-04 10:33:23 -08:00
.gitignore Added a database, and a /top command 2025-01-18 11:01:47 -08:00
bot.py Added support for message editing 2025-01-28 08:05:35 -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 Fixed README markdown 2025-01-27 16:18:07 -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