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

Commit

Permalink
menuadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Urbaexyz committed Jan 18, 2022
1 parent c918f68 commit 3f66477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HandleMsg.js
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ module.exports = HandleMsg = async (urbae, message) => {
const jame = moment(t * 1000).format('HH:mm:ss')
const pictrand = menupict
urbae.sendFileFromUrl(from, pictrand, 'img.jpg', menuId.help(prefix, jame, betime, prem, blockNumber, banned, cts, waver))
.then(() => ((isGroupMsg) && (isGroupAdmins)) ? urbae.sendText(from, `Menu Admin Grup: *${prefix}menuadmin*`) : null)
break
case prefix + 'menuadmin':
if (!isGroupMsg) return urbae.reply(from, 'Maaf, perintah ini hanya dapat dipakai didalam grup!', id)
Expand Down

0 comments on commit 3f66477

Please sign in to comment.