From c5d86c3e2955fa6c94853df64e80a5844943e6f0 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Wed, 26 Jun 2024 19:38:24 +0000 Subject: [PATCH] Automatically determine the bot's userId --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5bfd981..3b6749c 100644 --- a/README.md +++ b/README.md @@ -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: