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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -36,9 +36,9 @@ jobs:
|
||||
TUNNEL_ENABLED: "false"
|
||||
run: |
|
||||
python - <<'PY'
|
||||
from core.hexahost import HexaHost
|
||||
from core.axiom import Axiom
|
||||
from api.server import create_app
|
||||
bot = HexaHost()
|
||||
bot = Axiom()
|
||||
create_app()
|
||||
import cogs
|
||||
print("imports ok")
|
||||
|
||||
Reference in New Issue
Block a user