Rename emoji events

This commit is contained in:
Amish Shah
2016-12-26 21:30:27 +00:00
parent 72c667b307
commit bf7767fe2c
4 changed files with 9 additions and 9 deletions

View File

@@ -7,8 +7,8 @@ class GuildEmojiUpdateAction extends Action {
}
/**
* Emitted whenever an emoji is updated
* @event Client#guildEmojiUpdate
* Emitted whenever a custom guild emoji is updated
* @event Client#emojiUpdate
* @param {Emoji} oldEmoji The old emoji
* @param {Emoji} newEmoji The new emoji
*/