Skip to content
mldchan edited this page Sep 25, 2024 · 6 revisions

Akabot Discord Bot Documentation

Modules

Individual modules have their documentation listed below. They are also available on the sidebar.

There are also some backend features, which allow things to happen with the backend

Self-Hosting an instance of your own

Docker

Setting up an instance with Docker is the easiest way to set it up. It's platform independent so you can start it on anything.

You can start configuring here.

Virtualenv

Setting up an instance with Virtualenv can be a bit more tricky, especially if the Python version is not compatible.

This method was only tested on Python 3.11 and 3.12. These versions are confirmed to be working on Windows and Linux.

You can start configuring using this method here