Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumap committed Jul 5, 2021
1 parent 2aa0f85 commit 4ad1c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@ export class Client extends EventEmitter {

const role = guild.roles.get(roleId);
const otherRole = guild.roles.get(otherRoleId);
console.log(roleId,!!role,otherRoleId,!!otherRole)
if (!role || !otherRole) throw new Error(Errors.ROLE_NOT_FOUND);

// Rare edge case handling
Expand Down

0 comments on commit 4ad1c00

Please sign in to comment.