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

v0.0.8 - Variables And Welcomer Update

Compare
Choose a tag to compare
@JastinXyz JastinXyz released this 15 May 00:00
· 226 commits to main since this release

Changelog:

  • Make the $button support your bot command (u can fill the command in button id, when someone click it will execute the command in button id!).

  • Auto reconnect on crash when bad session. (This will make it easier for you when you first connect to Whatsapp, BUT IF YOUR HOST DOES NOT SUPPORT AUTO REBOOT FROM THIS CHILD PROCESS THEN YOU NEED A MANUAL REBOOT. This unsupport can be marked by an error from HOSTING when a reboot occurs, not an error from Whatsapp.)

  • New error message.

  • High resolution in $profilePic.

  • Fix: replacing commas to empty strings.

  • Fix: exec not responding.

  • Welcomer System: https://whatscode.jstnlt.my.id/references/callbacks/onuserjoin

  • Goodbye System: https://whatscode.jstnlt.my.id/references/callbacks/onuserleave

  • Variables System:

    • $setVar
    • $getVar
    • $setUserVar
    • $getUserVar
    • $setGroupVar
    • $getGroupVar
    • $setGlobalUserVar
    • $getGlobalUserVar
  • Add $functionsCount

  • Add $groupAcceptInvite

  • Add $templateButtons

  • Add $suppressErrors

  • Add $groupName

  • Add $groupOwner

  • Add $groupDesc