From 6a53255ed529f24af27ab56da916af761060fe2c Mon Sep 17 00:00:00 2001 From: Yannick Linke Date: Sat, 10 Sep 2016 20:20:43 +0200 Subject: [PATCH] Fixes typo in GuildRoleUpdate's documentation (#679) See https://github.com/hydrabolt/discord.js/blob/7fe032c785/src/util/Constants.js#L156 --- src/client/actions/GuildRoleUpdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/actions/GuildRoleUpdate.js b/src/client/actions/GuildRoleUpdate.js index 81baf652d..d52fac962 100644 --- a/src/client/actions/GuildRoleUpdate.js +++ b/src/client/actions/GuildRoleUpdate.js @@ -33,7 +33,7 @@ class GuildRoleUpdateAction extends Action { /** * Emitted whenever a guild role is updated. - * @event Client#guildRoleUpdated + * @event Client#guildRoleUpdate * @param {Guild} guild The guild that the role was updated in. * @param {Role} oldRole The role before the update. * @param {Role} newRole The role after the update.