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