From 3d96a33bd006d514829648d166e86d15bf0b51c8 Mon Sep 17 00:00:00 2001 From: Brage <37003366+hellobafu@users.noreply.github.com> Date: Tue, 22 Jun 2021 11:24:04 +0200 Subject: [PATCH] docs(AnonymousGuild): add missing extends tag (#5896) --- src/structures/AnonymousGuild.js | 1 + 1 file changed, 1 insertion(+) 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 {