mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
types(Vanity): Make uses non-nullable (#6715)
This commit is contained in:
@@ -617,7 +617,7 @@ class Guild extends AnonymousGuild {
|
||||
* An object containing information about a guild's vanity invite.
|
||||
* @typedef {Object} Vanity
|
||||
* @property {?string} code Vanity invite code
|
||||
* @property {?number} uses How many times this invite has been used
|
||||
* @property {number} uses How many times this invite has been used
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user