Change type of RoleTags.premium_subscriber to null

This commit is contained in:
ayntee
2020-11-04 05:36:16 -08:00
parent a6cf691546
commit e93eaecc4e

View File

@@ -21,6 +21,6 @@ export interface RoleData {
export interface RoleTags {
bot_id?: string;
premium_subscriber?: boolean;
premium_subscriber?: null;
integration_id?: string;
}