From 8b5e0f715a8e94ab753beede69d155ae3b4478c8 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Wed, 2 Mar 2022 13:01:36 +0200 Subject: [PATCH] premium prop --- src/structure/interfaces/Setting.js | 2 ++ 1 file changed, 2 insertions(+) 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; + } /**