adding calculate currency for bussiness group

This commit is contained in:
2025-07-21 15:51:54 +07:00
parent d27c787cdf
commit 679eb2119e
5 changed files with 130 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
from dotenv import load_dotenv
from core import events, tasks
from core.bot import bot
from apps import home_debt, currency, noi_tu
from apps import home_debt, currency, noi_tu, cmc_currency
# Load environment variables
load_dotenv()