-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved card parsing now support more formats! Added antispam no external db need From reply msg card chk
- Loading branch information
Showing
5 changed files
with
284 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,34 @@ | ||
{ | ||
"env": { | ||
"ENV": { | ||
"description": "Setting this to ANYTHING will enable env variables. But, you need to understand the code to know what to set here!", | ||
"value": "ANYTHING" | ||
"PREFIX": { | ||
"description": "BOT CMD PREFIX Example !start /start .start", | ||
"value": "/!." | ||
}, | ||
"TOKEN": { | ||
"description": "Your bot token, as a string.", | ||
"value": "", | ||
"required": true | ||
}, | ||
"OWNER": { | ||
"description": "Owner user_id.", | ||
"value": "", | ||
"required": true | ||
}, | ||
"ANTISPAM": { | ||
"description": "Antispam bot limit bot sleep for how many time in cmd spam", | ||
"value": "", | ||
"required": true | ||
}, | ||
"BLACKLISTED": { | ||
"description": "type your url where hosted api.php", | ||
"value": "559558, 510805, 434256, 524499", | ||
"value": "559558 510805 434256 524499", | ||
"required": true | ||
} | ||
} | ||
}, | ||
"stack": "heroku-22", | ||
"buildpacks": [ | ||
{ | ||
"url": "heroku/python" | ||
} | ||
] | ||
} |
Oops, something went wrong.