Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app.json #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Kochubot",
"name": "SHEILD ROBOT",
"description": "Telegram's sassiest group manager. Modular Telegram group management bot!",
"logo": "https://telegra.ph/file/1925c7a2f601539ccde7a.png",
"logo": "https://telegra.ph//file/de8b420722f7268c954a4.jpg",
"keywords": [
"telegram",
"best",
Expand All @@ -23,11 +23,11 @@
},
"OWNER_ID": {
"description": "An integer of consisting of your owner ID",
"value": "20516707"
"value": "5065752827"
},
"OWNER_USERNAME": {
"description": "Your username",
"value": "SonOfLars"
"value": "AANDAVAR8064"
},
"WEBHOOK": {
"description": "Setting this to ANYTHING will enable webhooks when in env mode messages",
Expand All @@ -42,15 +42,15 @@
},
"SUDO_USERS": {
"description": "A space separated list of user_ids which should be considered sudo users",
"value": "254318997 18673980 83489514"
"value": "539479731 1803475435 1177190539"
},
"SUPPORT_USERS": {
"description": "A space separated list of user_ids which should be considered support users (can gban/ungban, nothing else)",
"value": "254318997 18673980 83489514"
"value": "539479731 1803475435 1177190539"
},
"WHITELIST_USERS": {
"description": "A space separated list of user_ids which should be considered whitelisted - they can't be banned.",
"value": "254318997 18673980 83489514"
"value": "539479731 1803475435 1177190539"
},
"DONATION_LINK": {
"description": "Optional: link where you would like to receive donations.",
Expand Down