Skip to content

Commit

Permalink
improve fact checker messaeges
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Dec 21, 2024
1 parent b0e08a0 commit 3d357ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ const sendCompletionPrompt = async (
})
await bot.telegram.sendMessage(
chatId,
`Finally, check out the Checker's Portal below, which is where you will vote on messages, and see the leaderboard and your statistics.
`Congratulations on becoming a checker! Do check out the Checker's Portal below, which is where you will vote on messages and view your statistics. There's even a leaderboard!
${resources}
Expand All @@ -729,7 +729,7 @@ You may view these resources with the command /resources.`,
)
await bot.telegram.sendMessage(
chatId,
`Hooray! You've now successfully onboarded as a Checker! 🥳 You can chill for now, but stay tuned - you'll receive notifications in this chat when users submit messages for checking. You'll then do the fact-checks on the Checkers' Portal.`
`You can chill for now while we wait for new messages to be sent in to CheckMate for fact-checking - you'll receive notifications in this chat when users submit messages for checking. You'll then do the fact-checks on the Checkers' Portal.`
)
}
//TODO: edit this to allow checking against diff idfields
Expand Down

0 comments on commit 3d357ba

Please sign in to comment.