From 84022aeeb2b4060decd56bf3511ae337dbb76a6c Mon Sep 17 00:00:00 2001 From: dev-737 <73829355+dev-737@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:31:13 +0000 Subject: [PATCH] fix(report): Fixed typo --- src/Scripts/support/report.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Scripts/support/report.ts b/src/Scripts/support/report.ts index 10637ba7..f6479b7d 100644 --- a/src/Scripts/support/report.ts +++ b/src/Scripts/support/report.ts @@ -135,7 +135,7 @@ export = { content: stripIndents` ${emojis.no} I couldn't find a user with that ID.\n\n **To find a user's ID within the network, please follow these instructions:** - ${emojis.dotYellow} Right click on a message sent from the server in question select \`Apps > User Info\` or you can get it from the [embed author](https://i.imgur.com/AbTTlry.gif). Please double-check the ID and try again. + ${emojis.dotYellow} Right click on a message sent from the user in question select \`Apps > User Info\` or you can get it from the [embed author](https://i.imgur.com/AbTTlry.gif). Please double-check the ID and try again. `, ephemeral: true, }); @@ -160,7 +160,7 @@ export = { content: stripIndents` ${emojis.no} I couldn't find a server with that ID.\n **To find a server ID within the network, please follow these instructions:** - ${emojis.dotYellow} Right click on a message sent by the user in question and select \`Apps > Server Info\`. Please double-check the ID and try again. + ${emojis.dotYellow} Right click on a message sent by the server in question and select \`Apps > Server Info\`. Please double-check the ID and try again. `, ephemeral: true, });