Automatically determine the bot's userId
This commit is contained in:
parent
80b2bbaa46
commit
c5d86c3e29
|
@ -75,11 +75,6 @@ ALLOWED_CHAT=
|
|||
SAFE_WORD=\
|
||||
# When this character/string is detected anywhere in a message, the bot won't respond to it.
|
||||
# Defaults to "\".
|
||||
|
||||
SELF=
|
||||
# The user ID of your bot which you can get from the admin panel or database.
|
||||
# THIS IS NEEDED SO THAT THE BOT DOES NOT RESPOND TO IT'S OWN MESSAGES.
|
||||
# BE SURE TO FILL THIS IN.
|
||||
```
|
||||
|
||||
5. After completing these steps and making any desired changes, build and run the project:
|
||||
|
|
Loading…
Reference in a new issue