mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +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) {
|
handle(data) {
|
||||||
const client = this.client;
|
const client = this.client;
|
||||||
const guild = client.guilds.get(data.guild_id);
|
const guild = client.guilds.get(data.guild_id);
|
||||||
|
|
||||||
if (guild) {
|
if (guild) {
|
||||||
const roleData = data.role;
|
const roleData = data.role;
|
||||||
let oldRole = null;
|
let oldRole = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue