This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.json
48 lines (48 loc) · 1.96 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "Simple-DankGrinder",
"description": "A really simple Dank Grinder self bot which can bypass account bans",
"repository": "https://github.com/Haruke-Sensei/Simple-DankGrinder",
"logo": "https://user-images.githubusercontent.com/49152866/69035248-3ba6ec00-0a09-11ea-9526-641dfebb0e45.png",
"keywords": [
"node",
"discord",
"dank",
"dankmemergrinder",
"selfbot",
"dankmemer"
],
"env": {
"channelID": {
"description": "Channel ID of channel in which you want the selfbot to send messages. Youtube Video : https://youtu.be/NLWtSHWKbAI",
"required": "true"
},
"storageAccount": {
"description": "The account on which you want to tranfer your dank coins. Put selfbot's id if you dont want to transfer !",
"required": "true"
},
"timezone": {
"description": "Your timezone. You can get it here : https://webbrowsertools.com/timezone/ ; e.g. Asia/Calcutta",
"required": "true"
},
"endTime": {
"description": "Time when you want the bot to stop working e.g. 19; Use 24 hr format and put only the hour value !! ( Recommended difference between start and end time is 12 hrs )",
"required": "true"
},
"startTime": {
"description": "Time when you want the bot to start running e.g. 7; Use 24 hr format and put only the hour value !! ( Recommended difference between start and end time is 12 hrs )",
"required": "true"
},
"token": {
"description": "Grinder Account Token e.g. OTQ1OTI5MjExNDIyNjAxMjE2.YhXTcQ.f8W2BsaUHjsahdQWfq-OKASDHKhWQ; Youtube Video : https://youtu.be/YEgFvgg7ZPI",
"required": "true"
},
"autoSell":{
"description": "Whether you want to auto sell your items or not ! You can only put 'true' or 'false'; e.g. true",
"required": "true"
},
"autoBuy":{
"description": "Whether you want to auto buy tools or not ! You can put put 'true' or 'false'; e.g. true",
"required": "true"
}
}
}