mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: add basic premium scaffolding
This commit is contained in:
parent
f22ba3f0ea
commit
0a474c43eb
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