Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Getting started with basic commands

prototype74 edited this page Dec 23, 2021 · 2 revisions

There are 4 indispensable commands which users of HyperUBot should know about. These commands can be used in any chat by typing:

  1. .status - Get the current status of HyperUBot such as the version, uptime etc. Useful to check if the bot is actually online.

  1. .lcmds or .help - Lists all available commands/features from all modules to use. Pass the name of a command/feature (e.g. .help status) to get the usage of the certain command/feature.

  1. .mods - Lists all built-in and user modules at one place. This command takes arguments to get further information of a module such as the description or usage.

  1. .pkg - Our package manager module allows the user to install new modules. Modules from module-universe can be downloaded with the help of this module to allow the user to get new modules without waiting for new updates for the bot. There are also modules made by the community. So make sure to check them out too!

For more information about commands and built-in modules check out the Built-in Modules page

Clone this wiki locally