Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit 3f66477

Browse files
author
Urbaexyz
committed
menuadmin
1 parent c918f68 commit 3f66477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HandleMsg.js

+1
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ module.exports = HandleMsg = async (urbae, message) => {
763763
const jame = moment(t * 1000).format('HH:mm:ss')
764764
const pictrand = menupict
765765
urbae.sendFileFromUrl(from, pictrand, 'img.jpg', menuId.help(prefix, jame, betime, prem, blockNumber, banned, cts, waver))
766+
.then(() => ((isGroupMsg) && (isGroupAdmins)) ? urbae.sendText(from, `Menu Admin Grup: *${prefix}menuadmin*`) : null)
766767
break
767768
case prefix + 'menuadmin':
768769
if (!isGroupMsg) return urbae.reply(from, 'Maaf, perintah ini hanya dapat dipakai didalam grup!', id)

0 commit comments

Comments
 (0)