A flexible command framework designed to extend Hikari.


Keywords
hikari, dependency-injection, discord, discord-api, discord-bot, discord-bot-framework, hacktoberfest, slash-commands, tanjun
License
BSD-3-Clause
Install
pip install hikari-tanjun==2.17.3

Documentation

Tanjun

A flexible command framework designed to extend Hikari.

Installation

You can install Tanjun from PyPI using the following command in any Python 3.9 or above environment.

python -m pip install -U hikari-tanjun

Quick Usage

For usage see the documentation, usage guide, and tutorials and articles.

Community Resources

  • Tan-chan is a general utility library for Tanjun. It includes a command annotation parsing extension which parses docstrings to get the descriptions of slash commands and their options.
  • Redis based implementations of the async cache dependency can be found in hikari-sake >=v1.0.1a1 (exposed by [sake.redis.ResourceClient.add_to_tanjun][]).

Support

Hikari's support guild provides for support for Tanjun.

Contributing

Before contributing you should read through the contributing guidelines and the code of conduct.