mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: Refactor a few @returns descriptions (#6228)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user