ESLint pls >.>

This commit is contained in:
Amish Shah
2017-04-29 18:07:48 +01:00
parent f7d65991d5
commit 5b2ca326d4

View File

@@ -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;