forked from zeeoneofficial/Telebot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.js
More file actions
27 lines (23 loc) · 1.24 KB
/
settings.js
File metadata and controls
27 lines (23 loc) · 1.24 KB
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': 'mLhc9UJO3F6t4KL', // 👉 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 = "6824409219:AAFsDEUXAW9vbLLXu1K49D0A_-zUII1NEM8" //create bot here https://t.me/BotFather and get the bot token
global.BOT_NAME = "𝘽𝘼𝘽𝙐 𝙉𝙄𝙀𝙇𝙇" //your bot name
global.OWNER_NAME = "𝙉𝙄𝙀𝙇𝙇" //your name
global.OWNER_NUMBER = "6281918381454" //your telegram number
global.OWNER = ["https://t.me/dniellfrhn", "https://t.me/dniellfrhn"] // pastikan username sudah sesuai agar fitur khusus owner bisa di pakai
global.THUMBNAIL = "./image/6210760930833316188_121.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