Change "Billing" link on dashboard for admins (#3951)

* Change "Billing" link on dashboard for admins

Requires an archon change before merging

* change order

* steal changes from prospector's old PR

supersedes #3234

Co-authored-by: Prospector <prospectordev@gmail.com>

* lint?

---------

Co-authored-by: Prospector <prospectordev@gmail.com>
This commit is contained in:
Emma Alexia
2025-08-04 16:13:33 -04:00
committed by GitHub
parent 0657e4466f
commit 0dee21814d
3 changed files with 23 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ import { ServerModule } from "./base.ts";
export class GeneralModule extends ServerModule implements ServerGeneral {
server_id!: string;
name!: string;
owner_id!: string;
net!: { ip: string; port: number; domain: string };
game!: string;
backup_quota!: number;