diff --git a/src/structures/ClientApplication.js b/src/structures/ClientApplication.js index 04971ea0dce3..6176036d51c9 100644 --- a/src/structures/ClientApplication.js +++ b/src/structures/ClientApplication.js @@ -27,7 +27,7 @@ class ClientApplication extends Application { * The flags this application has * @type {ApplicationFlags} */ - this.flags = 'flags' in data ? new ApplicationFlags(data.flags) : this.flags; + this.flags = 'flags' in data ? new ApplicationFlags(data.flags).freeze() : this.flags; /** * The hash of the application's cover image