mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: Typos, consistency and grammar fixes (#6811)
This commit is contained in:
@@ -46,7 +46,7 @@ class GuildStickerManager extends CachedManager {
|
||||
* @param {GuildStickerCreateOptions} [options] Options
|
||||
* @returns {Promise<Sticker>} The created sticker
|
||||
* @example
|
||||
* // Create a new sticker from a url
|
||||
* // Create a new sticker from a URL
|
||||
* guild.stickers.create('https://i.imgur.com/w3duR07.png', 'rip')
|
||||
* .then(sticker => console.log(`Created new sticker with name ${sticker.name}!`))
|
||||
* .catch(console.error);
|
||||
|
||||
Reference in New Issue
Block a user