diff --git a/src/structure/interfaces/Setting.js b/src/structure/interfaces/Setting.js index bd8b3ea..5aaf3fc 100644 --- a/src/structure/interfaces/Setting.js +++ b/src/structure/interfaces/Setting.js @@ -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; + } /**