Formerly the AsrielBot's soul, now is used as a modular universal Discord bot engine. It provides easy methods to manage the internals of any bot, as well as some predefined basic commands.
- Download the latest release.
- Create a directory and extract the archive into the subdirectory
./anastellos
. - Move all files from
./anastellos/_dist
to the parent directory. - Run
pip install -r requirements.txt
in the parent directory to install the dependencies. - Create
token.txt
and insert your bot token into the file. - Run
main.py
with your Python interpreter, and close it after it boots up. - Tweak the stuff in
config.json
andmain.py
as you like. - Add your own custom cogs into the
./cog
subdirectory. - ???
- The bot is already working as of 6th step, do whatever you want now.