Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 62 additions & 62 deletions settings.js
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
const fs = require('fs')
const chalk = require('chalk')
// Website Api
global.APIs = {
alfa: 'https://api-alphabot.herokuapp.com',
}
// Free apikey
global.APIKeys = {
'https://api-alphabot.herokuapp.com': 'Alphabot',
}
// setting
global.autoread = true // auto read pesan / message
global.autorecording = true //status auto merekam ( auto record )
global.autoketik = false //status auto mengetik (auto typing)
global.available = false //status online (online)
// Other
global.botname = "Alphabot-Mdོ x Alien-Alfa"
global.ownername= "ᴹᴿ᭄ ZeeoneOfcོ ×፝֟͜×"
global.myweb ="https://api-alphabot.herokuapp.com/"
global.youtube = "https://youtube.com/c/alienalfa"
global.github = "https://zeeoneofc.github.io/"
global.ownernomer = "62887435047326"
global.ownernomerr = "+62887435047326"
global.thumbnail = "./image/lol.jpg"
global.donasi = "./image/donasi.jpg"
global.background_welcome="https://telegra.ph/file/90a931648de597820bc08.jpg" // maks size 30kb, agar welcome image nya tdk delay
global.owner = ["62887435047326","62887435047326","6285342106390","447405935355"] //ganti agar fitur owner bisa di gunakan
global.packname = '© Alphabot-Mdོ /n' //sticker wm
global.author = 'Created By ZeeoneOfc & Alien-Alfa' //sticker wm
global.sessionName = 'session'
global.flaming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.fluming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flarun = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flasmurf = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=smurfs-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.prefa = ['','!','.','🐦','🐤','🗿']
global.sp = '⭔'
global.mess = {
sukses: '🤗Done, Oke Desu~',
admin: 'Perintah Ini Hanya Bisa Digunakan Oleh Admin !',
botAdmin: 'Perintah Ini Hanya Bisa Digunakan Ketika Bot Menjadi Admin !',
owner: 'Perintah Ini Hanya Bisa Digunakan Oleh Owner !',
group: 'Perintah Ini Hanya Bisa Digunakan Di Group !',
private: 'Perintah Ini Hanya Bisa Digunakan Di Private !',
bot: 'Fitur Khusus Pengguna Nomor Bot',
errtoimg: 'Maaf Saat Ini Belum Support Sticker Gif !',
wait: '⏳ Sedang Di Proses',
lockCmd: 'Fitur Tidak Diaktifkan Oleh Owner!',
example1: 'Selamat Datang @user Di Group @subject Jangan Lupa Baca Rules @desc\n\nNote :\n1. @user (Mention User Join)\n2. @bio (Get Bio User Join)\n3. @tanggal (Date Now)\n4. @desc (Get Description Group)\n5. @subject (Group Name)'
}
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})
const fs = require('fs')
const chalk = require('chalk')

// Website Api
global.APIs = {
alfa: 'https://api-alphabot.herokuapp.com',
}

// Free apikey
global.APIKeys = {
'https://api-alphabot.herokuapp.com': 'Alphabot',
}

// setting
global.autoread = true // auto read pesan / message
global.autorecording = true //status auto merekam ( auto record )
global.autoketik = false //status auto mengetik (auto typing)
global.available = false //status online (online)

// Other
global.botname = "Fallbotzz"
global.ownername= "ᴹᴿ᭄ fallbotzfcོ ×፝֟͜×"
global.myweb ="https://api-alphabot.herokuapp.com/"
global.youtube = "https://youtube.com/c/alienalfa"
global.github = "https://zeeoneofc.github.io/"
global.ownernomer = "62887435047326"
global.ownernomerr = "+62887435047326"
global.thumbnail = "./image/lol.jpg"
global.donasi = "./image/donasi.jpg"
global.background_welcome="https://telegra.ph/file/90a931648de597820bc08.jpg" // maks size 30kb, agar welcome image nya tdk delay
global.owner = ["6283116550407","6283116550407","6285342106390","447405935355"] //ganti agar fitur owner bisa di gunakan
global.packname = '© AlFall-Mdོ /n' //sticker wm
global.author = 'Created By Fallbotzz' //sticker wm
global.sessionName = 'session'
global.flaming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=sketch-name&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.fluming = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=fluffy-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flarun = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=runner-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='
global.flasmurf = 'https://www6.flamingtext.com/net-fu/proxy_form.cgi?&imageoutput=true&script=smurfs-logo&doScale=true&scaleWidth=800&scaleHeight=500&fontsize=100&text='

global.prefa = ['','!','.','🐦','🐤','🗿']
global.sp = '⭔'
global.mess = {
sukses: '🤗Done, Oke Desu~',
admin: 'Perintah Ini Hanya Bisa Digunakan Oleh Admin !',
botAdmin: 'Perintah Ini Hanya Bisa Digunakan Ketika Bot Menjadi Admin !',
owner: 'Perintah Ini Hanya Bisa Digunakan Oleh Owner !',
group: 'Perintah Ini Hanya Bisa Digunakan Di Group !',
private: 'Perintah Ini Hanya Bisa Digunakan Di Private !',
bot: 'Fitur Khusus Pengguna Nomor Bot',
errtoimg: 'Maaf Saat Ini Belum Support Sticker Gif !',
wait: '⏳ Sedang Di Proses',
lockCmd: 'Fitur Tidak Diaktifkan Oleh Owner!',
example1: 'Selamat Datang @user Di Group @subject Jangan Lupa Baca Rules @desc\n\nNote :\n1. @user (Mention User Join)\n2. @bio (Get Bio User Join)\n3. @tanggal (Date Now)\n4. @desc (Get Description Group)\n5. @subject (Group Name)'
}

let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})