mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
feat: description templates
This commit is contained in:
parent
b31871b394
commit
b5ba93eb7f
9 changed files with 112 additions and 1 deletions
|
|
@ -20,6 +20,17 @@ export interface System {
|
|||
color?: string;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
timezone: string;
|
||||
pings_enabled: boolean;
|
||||
member_default_private?: boolean;
|
||||
group_default_private?: boolean;
|
||||
show_private_info?: boolean;
|
||||
member_limit: number;
|
||||
group_limit: number;
|
||||
description_templates: string[];
|
||||
}
|
||||
|
||||
interface MemberPrivacy {
|
||||
visibility?: string,
|
||||
description_privacy?: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue