mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
ESLint pls >.>
This commit is contained in:
parent
f7d65991d5
commit
5b2ca326d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue