Skip to content

Commit

Permalink
Update quentin.gg to arra.gg
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee authored Nov 22, 2023
1 parent abebf3c commit dc8b908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.gg.`
`Pour toute plainte ou contestation, veuillez contacter @arra.gg.`
});
} catch (e: any) { error = true }

Expand Down

0 comments on commit dc8b908

Please sign in to comment.