refactor: clean code

@TheDevYellowy  :))
This commit is contained in:
March 7th
2022-08-03 19:08:32 +07:00
parent 3bcf936636
commit 196c03f8cc
3 changed files with 21 additions and 19 deletions

View File

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