diff --git a/src/structures/AnonymousGuild.js b/src/structures/AnonymousGuild.js index b9c68fa31..e146a577f 100644 --- a/src/structures/AnonymousGuild.js +++ b/src/structures/AnonymousGuild.js @@ -5,6 +5,7 @@ const { VerificationLevels, NSFWLevels } = require('../util/Constants'); /** * Bundles common attributes and methods between {@link Guild} and {@link InviteGuild} + * @extends {BaseGuild} * @abstract */ class AnonymousGuild extends BaseGuild {