Initial commit

This commit is contained in:
neoarz
2025-09-14 16:09:43 -04:00
commit 6583e7ccbb
16 changed files with 1986 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
discord-bot:
build: .
image: python-discord-bot-template
env_file:
- .env
volumes:
- ./database:/bot/database
- ./discord.log:/bot/discord.log
# Alternatively you can set the environment variables as such:
# /!\ The token shouldn't be written here, as this file is not ignored from Git /!\
# environment:
# - PREFIX=YOUR_BOT_PREFIX_HERE
# - INVITE_LINK=YOUR_BOT_INVITE_LINK_HERE