premium prop

This commit is contained in:
Erik 2022-03-02 13:01:36 +02:00
parent 7cb4a00ef4
commit 8b5e0f715a
No known key found for this signature in database
GPG Key ID: FEFF4B220DDF5589

View File

@ -71,6 +71,8 @@ class Setting extends Component {
this.clientPermissions = options.clientPermissions || [];
this.memberPermissions = options.memberPermissions || []; // Idk if we'll end up using this but it's here anyway
this.premium = options.premium || 0;
}
/**