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.
Some checks failed
CI / Bot (Python) (push) Failing after 12s
CI / Dashboard (Next.js) (push) Failing after 9s

This commit is contained in:
TheOnlyMace
2026-07-21 19:45:07 +02:00
parent 03c8f2ec2c
commit daf3338382
84 changed files with 238 additions and 236 deletions

View File

@@ -111,7 +111,7 @@ export function AdminContent() {
</div>
<div>
<h1 className="text-4xl font-black text-white tracking-tight font-outfit">Admin Control Panel</h1>
<p className="text-slate-400 mt-2 font-medium">Restricted access for HexaHost administrators only.</p>
<p className="text-slate-400 mt-2 font-medium">Restricted access for Axiom administrators only.</p>
</div>
</div>
<button

View File

@@ -222,7 +222,7 @@ export function AntiNukeForm({ initialConfig, guildId }: AntiNukeFormProps) {
<ShieldAlert className="h-32 w-32 text-red-500" />
</div>
<h3 className="text-sm font-bold text-red-400 mb-2">Maximum Protection</h3>
<p className="text-xs text-slate-400 leading-relaxed mb-4">Anti-Nuke is fixed to instantly Ban malicious actors. Ensure that HexaHost&apos;s role is at the TOP of the role hierarchy for it to be able to ban admins.</p>
<p className="text-xs text-slate-400 leading-relaxed mb-4">Anti-Nuke is fixed to instantly Ban malicious actors. Ensure that Axiom&apos;s role is at the TOP of the role hierarchy for it to be able to ban admins.</p>
<div className="flex items-center gap-2">
<div className="h-2 w-2 rounded-full bg-red-500 animate-pulse" />
<span className="text-[10px] font-black uppercase text-red-500">Fixed Punishments</span>

View File

@@ -195,7 +195,7 @@ export function AutoRoleForm({ initialConfig, roles, guildId }: AutoRoleFormProp
<div className="flex gap-3">
<div className="h-1.5 w-1.5 rounded-full bg-primary mt-1.5 shrink-0" />
<p className="text-[11px] text-slate-400 leading-relaxed">
<span className="text-slate-200 font-bold">Hierarchy Matter:</span> Ensure HexaHost&apos;s top role is <span className="text-primary italic">higher</span> than any role you select here.
<span className="text-slate-200 font-bold">Hierarchy Matter:</span> Ensure Axiom&apos;s top role is <span className="text-primary italic">higher</span> than any role you select here.
</p>
</div>
<div className="flex gap-3">

View File

@@ -154,7 +154,7 @@ export function CustomRolesForm({ initialConfig, roles, guildId }: CustomRolesFo
<li> <code>.staff @user</code> - Assigns/Removes Staff role</li>
<li> <code>.girl @user</code> - Assigns/Removes Girl role</li>
<li> <code>.vip @user</code> - Assigns/Removes VIP role</li>
<li> Ensure HexaHost is placed higher than these roles in server settings!</li>
<li> Ensure Axiom is placed higher than these roles in server settings!</li>
</ul>
</div>
</div>

View File

@@ -200,7 +200,7 @@ export function VerificationForm({ initialConfig, channels, roles, guildId }: Ve
</div>
<h3 className="text-sm font-bold text-primary mb-2">How It Works</h3>
<p className="text-xs text-slate-400 leading-relaxed mb-4">
HexaHost Verification ensures that no unauthorized bots or malicious users enter your server unverified.
Axiom Verification ensures that no unauthorized bots or malicious users enter your server unverified.
</p>
<ul className="text-xs text-slate-500 space-y-2">
<li> The bot will create a panel in your Verification Channel.</li>