Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 975 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 975 Bytes

ZynBot.JS

Framework for creating self-bots for Zyntra using JavaScript.
🚨 WARNING: This framework is designed for self-bots, which operate using regular user accounts instead of official bot accounts.

⚠ Important Notice

  • Using self-bots may violate Zyntra's Terms of Service in the future.
    Be aware that rules can change, and using this framework might become against the platform’s policies.
  • Strict API rate limits apply to non-bot accounts.
    • Self-bots have significantly lower request limits than official bots.
    • The current limit is 12 messages per 10 seconds.
    • Exceeding this limit may result in temporary or permanent restrictions on your account.

Features

  • Simple API for automating a Zyntra user account
  • Custom command handling
  • Event-driven system to react to messages and actions
  • Lightweight and easy to extend

Installation

npm install zynbot.js