mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
docs(AnonymousGuild): add missing extends tag (#5896)
This commit is contained in:
@@ -5,6 +5,7 @@ const { VerificationLevels, NSFWLevels } = require('../util/Constants');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Bundles common attributes and methods between {@link Guild} and {@link InviteGuild}
|
* Bundles common attributes and methods between {@link Guild} and {@link InviteGuild}
|
||||||
|
* @extends {BaseGuild}
|
||||||
* @abstract
|
* @abstract
|
||||||
*/
|
*/
|
||||||
class AnonymousGuild extends BaseGuild {
|
class AnonymousGuild extends BaseGuild {
|
||||||
|
|||||||
Reference in New Issue
Block a user