Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 687 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 687 Bytes

discord_tools

Simple tools for discord.py

Most of these tools are checks that may be useful on the development of bots, either prefixed commands or application commands.

Installation

Python 3.9 or higher is required.

Main package:

pip install discord.py-tools

Y(A)ML I18N Support:

pip install discord.py-tools[yaml-i18n]

Po, Mo, Pot I18N Support:

pip install discord.py-tools[po-i18n]

Documentation

The documentation is available here.

Contributing

Contributions are welcome in this project! Only requirements is knowing what you write and that everything works!