mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
feat: add basic premium scaffolding
Some checks failed
Build and push Rust service Docker images / rust docker build (push) Waiting to run
rust checks / cargo fmt (push) Waiting to run
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
Some checks failed
Build and push Rust service Docker images / rust docker build (push) Waiting to run
rust checks / cargo fmt (push) Waiting to run
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
This commit is contained in:
parent
3978352094
commit
1a9ccdb88d
8 changed files with 70 additions and 2 deletions
|
|
@ -36,6 +36,10 @@ public class BotConfig
|
|||
public bool IsBetaBot { get; set; } = false!;
|
||||
public string BetaBotAPIUrl { get; set; }
|
||||
|
||||
public String? PremiumSubscriberEmoji { get; set; }
|
||||
public String? PremiumLifetimeEmoji { get; set; }
|
||||
public String? PremiumDashboardUrl { get; set; }
|
||||
|
||||
public record ClusterSettings
|
||||
{
|
||||
// this is zero-indexed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue