Skip to content

Commit

Permalink
Updated information in the event of a dispute
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyber-Thibaut authored Oct 10, 2023
1 parent 1deb5b9 commit abebf3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/context/user/ModerateUCM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class ModerateUCM extends UserContextMenu {
`${'```\n'}${rules.map((value: Rule) => `${value.identifier}. ${value.content}`).join('\n')}${'\n```'}\n` +
`Commentaire de la modération:\n` +
(public_comment.length === 0 ? '*Pas de commentaire*' : (public_comment.split('\n').map((v) => '> ' + v).join('\n'))) + '\n' +
`Pour toute plainte ou contestation, veuillez contacter @Quentin#0793.`
`Pour toute plainte ou contestation, veuillez contacter @quentin.gg.`
});
} catch (e: any) { error = true }

Expand Down Expand Up @@ -272,4 +272,4 @@ export class ModerateUCM extends UserContextMenu {
await interaction.deferReply({ ephemeral: true });
await interaction.editReply(await this.generateReply(interaction.locale, interaction.targetUser.id));
}
}
}

0 comments on commit abebf3c

Please sign in to comment.