fix(Guild): don't patch before instance properties (#5885)

Co-authored-by: BannerBomb <BannerBomb55@gmail.com>
This commit is contained in:
ckohen
2021-06-20 07:47:30 -07:00
committed by GitHub
parent 1f8f3ab0f8
commit 174b7a7f9c
3 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ const Util = require('../util/Util');
*/
class Guild extends AnonymousGuild {
constructor(client, data) {
super(client, data);
super(client, data, false);
/**
* A manager of the application commands belonging to this guild