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:
@@ -28,7 +28,7 @@ import datetime
|
||||
import re
|
||||
from typing import *
|
||||
from time import strftime
|
||||
from core import Cog, HexaHost, Context
|
||||
from core import Cog, Axiom, Context
|
||||
from discord.ui import LayoutView, TextDisplay, Separator, Container
|
||||
from utils.cv2 import CV2, build_container
|
||||
|
||||
@@ -49,7 +49,7 @@ datefmt ="%H:%M:%S",
|
||||
)
|
||||
|
||||
class Booster (Cog ):
|
||||
def __init__ (self ,bot : HexaHost ):
|
||||
def __init__ (self ,bot : Axiom ):
|
||||
self .bot =bot
|
||||
self .color =0xFF0000
|
||||
self .db_path =db_path("boost.db")
|
||||
|
||||
Reference in New Issue
Block a user