adding debt app

This commit is contained in:
2025-06-20 10:31:59 +07:00
parent 047290e2ea
commit b1068ecd2c
18 changed files with 208 additions and 526 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
import os
from dotenv import load_dotenv
from core.bot import bot
from core import events, tasks
from apps import experience, server
from core.bot import bot
from apps import home_debt, server
# Load environment variables
load_dotenv()
# Run the bot
bot.run(os.getenv('DISCORD_TOKEN'))
bot.run(os.getenv('BOT_TOKEN'))