fix: JSDocs parse error

This commit is contained in:
March 7th
2022-08-03 19:47:37 +07:00
parent 288d295f8a
commit 931605ae0d
5 changed files with 7 additions and 7 deletions

View File

@@ -1431,7 +1431,7 @@ class Guild extends AnonymousGuild {
/**
* Marks the guild as read
* @returns {Promise<void>} nothing :)
* @returns {Promise<undefined>} nothing :)
* @example
* const guild = client.guilds.fetch('222078108977594368');
* guild.read();