Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
644db7c
1
Parent(s):
4c33bec
now fine
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ The Gojo Satoru is a powerful Group Management bot with awesome plugins and feat
|
|
64 |
|
65 |
***Can be found on Telegram as __[@iamgojoof6eyes_bot](https://telegram.dog/iamgojoof6eyes_bot)__***
|
66 |
|
67 |
-
⚠️ ***Note:
|
68 |
|
69 |
-------
|
70 |
|
@@ -164,7 +164,44 @@ If all works well, bot should send message to the MESSAGE_DUMP Group!--->
|
|
164 |
`DB_URI` Your [MongoDB](https://www.mongodb.com/) connection string.
|
165 |
|
166 |
|
167 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
|
169 |
---------
|
170 |
|
|
|
64 |
|
65 |
***Can be found on Telegram as __[@iamgojoof6eyes_bot](https://telegram.dog/iamgojoof6eyes_bot)__***
|
66 |
|
67 |
+
⚠️ ***Note: WORK IN PROGRESS... If you think u may be help ful in fixing the issue contact me on telegram [@iamgojoof6eyes](https://telegram.dog/iamgojoof6eyes)***
|
68 |
|
69 |
-------
|
70 |
|
|
|
164 |
`DB_URI` Your [MongoDB](https://www.mongodb.com/) connection string.
|
165 |
|
166 |
|
167 |
+
<details><summary><h3>List of all variables</h3></summary>
|
168 |
+
|
169 |
+
`BOT_TOKEN` You can get your bot token at [@BotFather](https://telegram.dog/BotFather)
|
170 |
+
|
171 |
+
`API_ID` You can get your api id [here](my.telegram.org)
|
172 |
+
|
173 |
+
`API_HASH` You can get your api hash [here](my.telegram.org)
|
174 |
+
|
175 |
+
`PREFIX_HANDLER` Your bot handler which will activate commands
|
176 |
+
|
177 |
+
`DB_URI` Your [MongoDB](https://www.mongodb.com/) connection string.
|
178 |
+
|
179 |
+
`DB_NAME`: Your [MongoDB](https://www.mongodb.com/) database name.
|
180 |
+
|
181 |
+
`OWNER_ID`: Your user ID as an integer. You can get it from [@Session_HellBot](https://telegram.dog/Session_HellBot)
|
182 |
+
|
183 |
+
`SUPPORT_GROUP`: Your Telegram support group chat username where user's can contact in case of a problem.
|
184 |
+
|
185 |
+
`MESSAGE_DUMP`: Event logs channel where bot will send updates. Note that id should starts with `-100`
|
186 |
+
|
187 |
+
`VERSION`: A Version to be shown in bot.
|
188 |
+
|
189 |
+
`PREFIX_HANDLER`: Something like '/' to execute commands.
|
190 |
+
|
191 |
+
`SUPPORT_CHANNEL`: Your Telegram support channel username where user's can see updates of bot.
|
192 |
+
|
193 |
+
`DEV_USERS`: ID of users who are Devs of your bot. Use space to seprate values. You can get there id's from [@Session_HellBot](https://telegram.dog/Session_HellBot)
|
194 |
+
|
195 |
+
`SUDO_USERS`: A space separated list of user IDs who you want to assign as sudo users. You can get there id's from [@Session_HellBot](https://telegram.dog/Session_HellBot)
|
196 |
+
|
197 |
+
`WHITELIST_USERS`: A space separated list of user IDs whitelisted, cannot be restricted. You can get there id's from [@Session_HellBot](https://telegram.dog/Session_HellBot)
|
198 |
+
|
199 |
+
⚠️ **Note:** In case you are passing more than one value seprate them using whitespace (space) for e.g. If I want to pass more than one PREFIX_HANDLER
|
200 |
+
I'll pass it like `'/' '.' '!'` this.
|
201 |
+
|
202 |
+
YOU CAN ALSO HAVE A LOOK AT [VARS FILE](https://github.com/Gojo-Bots/Gojo_Satoru/blob/main/Powers/vars.py)
|
203 |
+
|
204 |
+
</details>
|
205 |
|
206 |
---------
|
207 |
|