Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions database/setting-bot.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"ownerNumber": [
"59172945992@s.whatsapp.net", "5493885839638@s.whatsapp.net"
"573022301885@s.whatsapp.net"
],
"nama": "DyLux-Bot",
"author": "DyLux",
"packname": "@fg98._",
"wm": "Sígueme en Instagram\nhttps://www.instagram.com/fg98._",
"linkIg": "https://www.instagram.com/fg98._",
"nama": "Darckflame_GT",
"author": "ANDRES",
"packname": "@Andres",
"wm": "Sígueme en Instagram",
"linkIg": "",
"gameTime": 30000,
"poinGame": 100,
"poinAwal": 500,
Expand Down
24 changes: 9 additions & 15 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,15 +487,15 @@ ${menuVC}

case 'grupos':
case 'groups':
case 'dylux':
case 'Darflame_GT':
gps = `
≡ *DyLux ┃ ᴮᴼᵀ* GRUPOS

▢ ${msg.gp} 1
https://instabio.cc/fg98ff


▢ *YouTube*
• https://www.youtube.com/fg98f

`
m.reply(gps)
break
Expand Down Expand Up @@ -543,18 +543,12 @@ case 'developer':
*≡ OWNER*

▢ Instagram :
• https://instagram.com/fg98._

▢ WhatsApp :
• wa.me/
▢ Telegram :
• t.me/fgsupp_bot
• t.me/fg98ff (canal)
• t.me/fgawgp (grupo)

▢ Facebook :
• https://facebook.com/fg98ff/
• https://facebook.com/fg98A/

▢ YouTube :
• https://youtube.com/fg98f
`)
break

Expand Down Expand Up @@ -586,8 +580,8 @@ case 'developer':
▢ Versi Wa : ${Fg.user.phone.wa_version}

*≡ OWNER*
▢ Instagram : https://www.instagram.com/fg98._
▢ WhatsApp : wa.me/
▢ Instagram :
▢ WhatsApp :

*≡ SCRIPT*
▢ Git : ${package.homepage}
Expand Down Expand Up @@ -2312,4 +2306,4 @@ if (m.mtype == 'viewOnceMessage' && isViewonce === true){
* Thank to
- https://github.com/MhankBarBar/weabot
- https://github.com/Nurutomo/wabot-aq
*/
*/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dylux-bot",
"name": "Darckflame_GT-BOT",
"version": "0.5.0",
"description": "WhatsApp Bot Baileys",
"main": "main.js",
Expand Down Expand Up @@ -61,10 +61,10 @@
"start": "node start.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FG98",
"author": "andres",
"license": "MIT license",
"bugs": {
"url": "https://github.com/FG98F/dylux-bot/issues"
"url": "https:""
},
"homepage": "https://github.com/FG98F/dylux-bot/"
"homepage": ""
}
2 changes: 1 addition & 1 deletion start.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CFonts.say('FG98', {
align: 'center',
gradient: ['red', 'magenta']
})
CFonts.say(`dylux-bot By FG98 Ig : @fg98._`, {
CFonts.say(`Darckflame_GT-bot 'andres`, {
font: 'console',
align: 'center',
colors: ['yellow']
Expand Down