Skip to main content
Version: Latest

Developer Documentation

Developers can create their own modules for RimTUB. This section contains all the necessary information.

A module is a separate component that extends the functionality of the userbot by adding new commands and features. Each module typically handles a specific task—whether it's automating actions, integrating with external services, managing messages, or providing information. Modules can be easily added or removed, allowing flexible customization of the userbot based on user needs.


warning

The userbot is based on Kurigram (a.k.a. Pyrogram fork by Kurimuzon Akuma). Knowledge of this library is critically important for writing RimTUB modules.

This documentation covers only RimTUB-specific features. For information about methods, decorators, and other features of Pyrogram itself, refer to docs.kurigram.live