Utility

version: 3.2
Documentation automatically generated from docstrings.

The base class that all cogs must inherit from.

A cog is a collection of commands, listeners, and optional state to help group commands together. More information on them can be found on the :ref:ext_commands_cogs page.

When inheriting from this class, the options shown in :class:CogMeta are equally valid here.

help

Usage: /utility help

Provides information about the bot's commands and features.


support

Usage: /utility support

Provides a link to the official documentation and support server. Use this if you need help with the bot or want to report an issue.

Permissions:

  • None required for the user.

donate

Usage: /utility donate

Provides a link to financially support the development and hosting of BanWatch. Donations help keep the bot running and support future updates.

Permissions:

  • None required for the user.


This site uses Just the Docs, a documentation theme for Jekyll.