-
Notifications
You must be signed in to change notification settings - Fork 2
/
app.bot
59 lines (59 loc) · 2.13 KB
/
app.bot
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
49
50
51
52
53
54
55
56
57
58
59
{"logo": "https://telegra.ph/file/0592f028e92ff2a8e73f0.jpg",
"name": "—••÷[🕊NORDED🕊]÷••—",
"repository": "https://github.com/Krakinz/Norded.git",
"stack": "container",
"description": "—••÷[🕊NORDED🕊]÷••—",
"website": "https://t.me/Krakns",
"keywords": ["telegram","voice","pyrogram","musicbot","userbot"],
"env": {
"API_ID":{
"description":"api_id part of your Telegram API Key From @HVApiBot Only",
"required":true},
"CODE":{
"description":"ENTER THE NORDED KEY BY @KrakinzBot .....",
"required":true},
"API_HASH":{
"description":"api_hash part of your Telegram API Key From @HVApiBot Only",
"required":true},
"OWNER_USERNAME":{
"description":"Your username with @",
"required":true},
"ALIVE_CHECK_CHAT":{
"description":"Put the GROUP CHAT ID where after bot is deployed a confirmation message will be sent.",
"required":true},
"HEROKU":{
"description":"KEEP IT HEROKU!!!!!!!",
"required":true},
"NORDED_SESSION":{
"description":"Put the NORDED_SESSION you got from Xeronoid's GitHub Replit link",
"required":true},
"HEROKU_APP_NAME":{
"description":"Name of your heroku app",
"required":false},
"HEROKU_API_KEY":{
"description":"Your Heroku API_TOKEN",
"required":false},
"BOT_USERNAME":{
"description": "Your Bot @Username",
"required":true,
"value":"@XERONOIDBOT"},
"BOT_TOKEN":{
"description": "Your @BotFather BOT Token.",
"required":true},
"DYNO":{
"description": "Keep any command prefix as per your needs!",
"required":true,
"value":"/"},
"CLEANER":{
"description": "Put the value to auto clean the notifications by —••÷[🕊𝗡𝗢𝗥𝗗Σ𝗗🕊]÷••—",
"required":true,
"value":"12"},
"CHAT_ID":{
"description": "Group chat IDs where your —••÷[🕊𝗡𝗢𝗥𝗗Σ𝗗🕊]÷••— player can play music",
"required":true,
"value":"Put like this > -1001526909798 -1001472203238 -1001509210199 [with a space between]"},
"NORD_ADMINS":{
"description": "User IDs of the Admins you want can use 𝗔𝗱𝗺𝗶𝗻 𝗖𝗼𝗺𝗺𝗮𝗻𝗱𝘀 of Xeronoid",
"required":true,
"value":"Put like this > 1868088205 1941593018 [with a space between]"}},
"buildpacks": [{"url": "heroku/python"}]}