We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5885a commit 7148548Copy full SHA for 7148548
src/controllers/mentionEachUser.ts
@@ -51,7 +51,6 @@ export async function mentionEachUser(
51
}
52
return discordTextResponse(responseMessage);
53
} else if (!dev || usersWithMatchingRole.length === 0) {
54
- if (!dev || usersWithMatchingRole.length === 0) {
55
const responseData = checkDisplayType({
56
usersWithMatchingRole,
57
msgToBeSent,
0 commit comments