mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 09:09:10 +00:00
add feature flag stuff
Signed-off-by: Katalina Okano <git@kat.cafe>
This commit is contained in:
parent
3074db0a21
commit
dde05c402e
4 changed files with 53 additions and 0 deletions
|
@ -13,6 +13,8 @@ export enum Features {
|
|||
None = 0,
|
||||
Preview = None,
|
||||
LegacyGuild = 1 << 1,
|
||||
AccessControl = 1 << 2,
|
||||
AuditLogging = 1 << 3,
|
||||
}
|
||||
|
||||
export type GuildData = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue