Skip to content

Commit

Permalink
[Update]
Browse files Browse the repository at this point in the history
Improved card parsing now support more formats!
Added antispam no external db need
From reply msg card chk
  • Loading branch information
xbinner18 authored Jul 30, 2022
1 parent c5a889d commit 18afad5
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 216 deletions.
26 changes: 21 additions & 5 deletions app.json
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"
}
]
}
Loading

0 comments on commit 18afad5

Please sign in to comment.