From 5b2ca326d404b541830fbb72234e95c0745f97db Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sat, 29 Apr 2017 18:07:48 +0100 Subject: [PATCH] ESLint pls >.> --- 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 8f20f2ef0..81d9df0aa 100644 --- a/src/client/actions/GuildRoleUpdate.js +++ b/src/client/actions/GuildRoleUpdate.js @@ -6,7 +6,7 @@ class GuildRoleUpdateAction extends Action { handle(data) { const client = this.client; const guild = client.guilds.get(data.guild_id); - + if (guild) { const roleData = data.role; let oldRole = null;