mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
ESLint pls >.>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user