This repository was archived by the owner on Feb 22, 2024. It is now read-only.
v0.5.2
Changelog
-
🛠️ Fix:
$setStatus
now returns the status name not returns empty.- Improvements to the interpreter: Now will not execute text with matching function names when there is no dollar sign.
$sendDm
renamed to$send
.- only .mp4 allowed in
$video
.
-
➖️ Remove:
- Remove default our user agent in
$httpRequest
.
- Remove default our user agent in
-
➕️ Added:
- add
jsEvalFuncExec
option inbot.command
$jsEval
can run whatscode.js functions ifjsEvalFuncExec
options istrue
.- custom database support.
- crash handler when axios error.
- can use functions in prefix options (like
$getVar
etc (bot.status
too).) - add
bot.intervalCommand
- add
bot.readyCommand
- add
bot.status
- add $dbPing
- add $messageSlice
- add $receivedImage
- add $audio
- add $quotedText
- add $downloadContentFromUrl
- add $sendDocument
- add $wait
- add $parseDate
- add $createVar
- add $deleteVar
- add $sendSticker
- add $clearTempDir
- add $reboot
- add $participantList
- add $hasVar
- add $quotedJid
- add $add
- add $receivedQuotedSticker
- add $receivedQuotedImage
- add $quoted
- add $sendLocation
- add $isAttachmentMessage
- add