-
-
Notifications
You must be signed in to change notification settings - Fork 209
/
Copy pathsettings.js
27 lines (23 loc) · 1.19 KB
/
settings.js
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
const fs = require("fs");
const {
indonesia
} = require("./language");
// Website Api (jgn di ganti biar gk eror)
global.APIs = {
alfa: 'https://api.zeeoneofc.my.id', //apabila link api eror, segera laporkan ke owner
}
//buy apikey premium 0887435047326
// Free apikey (silahkan login terus ganti Your Key dgn apikey lu)
global.APIKeys = {
'https://api.zeeoneofc.my.id': 'Your Key', // 👉 login https://api.zeeoneofc.my.id to get apikey
}
//language
global.language = indonesia //change indonesia to english if you don't understand the language used by the bot
global.BOT_TOKEN = "YOUR_TELEGRAM_BOT_TOKEN" //create bot here https://t.me/BotFather and get the bot token
global.BOT_NAME = "Alphabot-Mdོ" //your bot name
global.OWNER_NAME = "ᴹᴿ᭄ ZeeoneOfcོ ×፝֟͜×" //your name
global.OWNER_NUMBER = "62887435047326" //your telegram number
global.OWNER = ["https://t.me/zeeoneofc", "https://t.me/zeeone_ofc"] // pastikan username sudah sesuai agar fitur khusus owner bisa di pakai
global.THUMBNAIL = "./image/lol.jpg" // ini lol.jpg adalah nama foto di folder image. untuk foto bot
global.DONASI = "./image/donasi.jpg" // foto donasi di folder image
global.lang = language //don't change