mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Rename emoji events
This commit is contained in:
@@ -11,8 +11,8 @@ class GuildEmojiCreateAction extends Action {
|
||||
}
|
||||
|
||||
/**
|
||||
* Emitted whenever an emoji is created
|
||||
* @event Client#guildEmojiCreate
|
||||
* Emitted whenever a custom emoji is created in a guild
|
||||
* @event Client#emojiCreate
|
||||
* @param {Emoji} emoji The emoji that was created.
|
||||
*/
|
||||
module.exports = GuildEmojiCreateAction;
|
||||
|
||||
Reference in New Issue
Block a user