Skip to content

Commit

Permalink
Remove ping on ai stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Nov 16, 2023
1 parent 8feedaf commit 8f7cf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/commands/guild/d.ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ export async function discordAiModerate(
const channelAiModLog = await discordClient.channels.fetch(env.CHANNEL_AIMOD_LOG) as TextChannel;
// Send the message
await channelAiModLog.send({
content: `${targetMember} was flagged by AI for ${activeFlags.join(', ')} in ${messageData.url} ${pingMessage}`,
content: `${targetMember.displayName} was flagged by AI for ${activeFlags.join(', ')} in ${messageData.url} ${pingMessage}`,
embeds: [aiEmbed],
components: [userActions, ...modAiModifyButtons],
});
Expand Down

0 comments on commit 8f7cf23

Please sign in to comment.