Welcome to Erebus’s documentation

A flask powered, simple yet powerful library to build interactions based Discord bots.

This library does not rely on a websocket connection but is webhook-based, it recieves and responds to interactions via a flask app. The focus of this library is to abstracts away the most of complicated steps and provide a user friendly interface to work with bots.

Features

These are the core features of this library:

  • Modern and easy to use API design

  • Inbuilt commands utility to aid in certain challenging tasks

  • Provides 100% coverage of Discord’s interactions and webhook API

  • Fast, Optimized & Production ready

API References

These pages go into great detail about everything the library can do.

Contributing

We encourge everyone to contribute to the library by either reporting bugs, suggesting features or even directly making changes to codebase.

Head over to our GitHub for more information on that topic!