Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Int-CI-Moderation-ModPing: Actually ping the mods
Browse files Browse the repository at this point in the history
  • Loading branch information
RealEthanPlayzDev committed Sep 8, 2024
1 parent 59a3bd8 commit 47fc679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/dbUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,8 @@ export default class MeteoriumDatabaseUtilities {
if (picked.indexOf(selected) == -1) picked.push(selected);
}

//return picked.map((v) => `<@!${v.user.id}>`).join(" ");
return picked.map((v) => `${v.user.username}<${v.user.id}>`).join(" ");
return picked.map((v) => `<@!${v.user.id}>`).join(" ");
//return picked.map((v) => `${v.user.username}<${v.user.id}>`).join(" ");
}

return `<@!${guildSettings.ModPingRoleId}>`;
Expand Down

0 comments on commit 47fc679

Please sign in to comment.