Official Utility

Support Bot

The official Discord utility for the ZBR scripting language. Built entirely in ZBR, it provides developers with instant access to documentation and tools.

Function Discovery

Instant access to syntax, arguments, and examples for any ZBR function.

Categorized Reference

Interactive browsing of functions by categories like Moderation, Embeds, and HTTP.

Event Triggers

Complete reference for all Discord gateway event triggers supported by ZBR.

Built with ZBR

A production-ready example of ZBR's capabilities, including SQLite caching and hot reloading.

Command Reference

!help

Displays all available commands.

!find <fn>

Provides detailed documentation for a specific function.

!search <query>

Searches for functions by name or description.

!category

Opens an interactive menu to browse functions by category.

!random

Displays a random ZBR function.

!related <fn>

Lists other functions within the same category.

!triggers

Lists all supported ZBR event triggers.

!stats

Shows statistics about the ZBR language.

!links

Provides important links related to ZBRLang and ZBR.

Self-Host the Bot

Want to run your own instance of the ZBR Support Bot? The entire source code is available on GitHub as a production-ready example of what you can build.