chore(GuildFeature): add RELAY_ENABLED (#2)

This commit is contained in:
Carter
2020-09-07 04:37:54 -06:00
committed by GitHub
parent 7b6a2f577e
commit 09d05be8be

View File

@@ -161,6 +161,7 @@ export enum GuildFeature {
ANIMATED_ICON = 'ANIMATED_ICON',
BANNER = 'BANNER',
WELCOME_SCREEN_ENABLED = 'WELCOME_SCREEN_ENABLED',
RELAY_ENABLED = 'RELAY_ENABLED',
}
/**