We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5f037 commit 741ac09Copy full SHA for 741ac09
1 file changed
src/v2/commands/repel/index.ts
@@ -120,7 +120,6 @@ export const repelInteraction: CommandDataWithHandler = {
120
return;
121
}
122
123
-
124
if (targetMember.roles.cache.has(repelRole.id)) {
125
await reply(
126
interaction,
0 commit comments