English (US)
Portuguese (BR)
Go to website
Back
Articles on:
Bots & Applications
Troubleshooting, memory management, and platform-specific tutorials for bots and applications (Discord, Telegram, etc.).
Workflow: What it is and how to use it on Square Cloud
Understand what a workflow is and how to automate your deployment on Square Cloud using GitHub Actions. Learn how to set up a smart integration and minimize downtime.
Popular
How to change the timezone of your application on Square Cloud
Is your project's time wrong or 3 hours off? Learn how to change and configure the timezone of your application in JavaScript and Python.
Popular
How to handle rate limits in the Discord API
Learn how to handle rate limits in the Discord API. A practical guide covering the global 50-request limit, channel creation restrictions, reading HTTP headers, and implementing asynchronous queue systems.
Popular
How to keep bots online 24/7
Discover the best engineering practices to keep bots online 24/7. Learn about global error handling, rate limit management (HTTP 429), automatic reconnection, and memory leak prevention.
Popular
Sharding: How to scale your bot on Square Cloud
Learn how to scale your Discord bot on Square Cloud using Sharding. Understand the concept, see examples in JavaScript and Python, and learn how to configure your plan to support thousands of servers.
Popular
How to host a Discord bot
Want to deploy your Discord bot without errors? Discover how to prepare your project, avoid unnecessary files in your deployment, and manage tokens using environment variables on Square Cloud.
Popular