docs(AnonymousGuild): add missing extends tag (#5896)

This commit is contained in:
Brage
2021-06-22 11:24:04 +02:00
committed by GitHub
parent c850ae1027
commit 3d96a33bd0

View File

@@ -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 {