Skip to content

Commit

Permalink
img
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sergeev committed Jan 16, 2025
1 parent 89d04b8 commit 73af77f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ chatsArray.insert({
that their picture has been approved (or not).
</p>
<p>
This is why we have saved the user id into the array - in sone cases,
a user can hide their username on forwarded messages - the only way t
This is why we have saved the user id into the array - in some cases,
a user can hide their username on forwarded messages - the only way to
trace the user back is by the file uniq id .
</p>
<pre>
Expand Down Expand Up @@ -130,7 +130,7 @@ const getUserByFile = (fileId) => {
</p>
<p>
Additionally, you may want to check that this reply is indeed in the
group or have some approved users list.
group or it has some approved users in it.
</p>
<h3>That's it</h3>
<p>
Expand Down

0 comments on commit 73af77f

Please sign in to comment.