feat(discord-bot): drop files to use postgres and redis

This commit is contained in:
Pihkaal
2025-12-04 17:37:57 +01:00
parent f41072ffe1
commit 622b881d89
6 changed files with 83 additions and 99 deletions

View File

@@ -9,3 +9,9 @@ QUEST_EXCLUDE=
DISCORD_WEBHOOK_URL=
DISCORD_MENTION=
DISCORD_REWARDS_GIVER=
# Postgres database url
DATABASE_URL=""
# Redis url
REDIS_URL=""