docs: Refactor a few @returns descriptions (#6228)

This commit is contained in:
Jiralite
2021-07-31 09:51:34 +01:00
committed by GitHub
parent 8b52d06ca9
commit 82daee576a
4 changed files with 4 additions and 4 deletions

View File

@@ -204,7 +204,7 @@ class Sticker extends Base {
/**
* Whether this sticker is the same as another one.
* @param {Sticker|APISticker} other The sticker to compare it to
* @returns {boolean} Whether the sticker is equal to the given sticker or not
* @returns {boolean}
*/
equals(other) {
if (other instanceof Sticker) {