Skip to content

Commit

Permalink
Update creator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Adiixyz authored Sep 11, 2021
1 parent 6385d7e commit 94269c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/creator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
function handler(m) {
this.sendContact(m.chat, '60199782326', 'Itsuki-san', m)
this.sendContact(m.chat, '60199782326', 'Owner Itsuki', m)
this.sendContact(m.chat, '17624757650', 'Owner Itsuki2', m)
this.fakeReply(m.chat, `Ini owner gw ya ${this.getName(m.sender}`, '17624757650@s.whatsapp.net', 'OWNER BOT', 'status@broadcast')
this.send2Button(m.chat, `Yo, ${this.getName(m.sender}`, 'Mau Apa Sama Owner Gw?', 'SC BOT', '.src', 'Donasi', '.donate')
}
handler.help = ['owner', 'creator', 'itsukibotowner']
handler.tags = ['info']
Expand Down

0 comments on commit 94269c7

Please sign in to comment.