Skip to content
Euab edited this page Mar 10, 2019 · 1 revision

Jäger (Discord Bot)

Jager is an open source Discord bot which strives to provide many different functions to be useful to as many people as possible. In this wiki, I hope to main aspects of the code and functionalities of the bot.

Note: If you have any suggestions for changes to this wiki, please contact Euab#3685 via Discord.

Download

I recommend cloning the repository using this command: $ git clone https://github.com/Euab/jager.git but sometimes, I actually add releases. Usually after a major update such as a new plugin. You can access releases here

Documentation

This wiki covers basic documentation but is mostly here to provide basic level code documentation and detailed command documentation for users. I might (at some point) create documentation that you can download using Sphinx or something. You can access other pages of the wiki using the sidebar.

Contributing to Jäger

If you want to actually contribute, feel free to open a PR.

I like my PRs PG and like a Christian server so please try and avoid this. As I will likely cry.

Also, before contributing, you should be at least familiar with the Asyncio Python library, Discord API, and just Python in general.

Clone this wiki locally