From abebf3c4305a9dcf354281841f9202470fd6121c Mon Sep 17 00:00:00 2001 From: Thibaut <59665309+Cyber-Thibaut@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:05:20 +0200 Subject: [PATCH] Updated information in the event of a dispute --- src/context/user/ModerateUCM.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/context/user/ModerateUCM.ts b/src/context/user/ModerateUCM.ts index b99bc11..90d0b00 100644 --- a/src/context/user/ModerateUCM.ts +++ b/src/context/user/ModerateUCM.ts @@ -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 } @@ -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)); } -} \ No newline at end of file +}