Refactor project branding from HexaHost to Axiom across all configurations, documentation, and code files. Update environment variables, Docker setup, and README to reflect the new brand name. Ensure consistency in naming conventions and improve clarity in setup instructions.
This commit is contained in:
@@ -20,7 +20,7 @@ import os
|
||||
import aiosqlite
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from core.hexahost import HexaHost
|
||||
from core.axiom import Axiom
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@@ -38,7 +38,7 @@ import psutil
|
||||
import time
|
||||
|
||||
@router.get("/stats", response_model=AdminStats)
|
||||
async def get_admin_stats(bot: "HexaHost" = Depends(get_bot)):
|
||||
async def get_admin_stats(bot: "Axiom" = Depends(get_bot)):
|
||||
# Calculate DB size and shard info
|
||||
total_size: float = 0.0
|
||||
db_count = 0
|
||||
|
||||
Reference in New Issue
Block a user