Warning
Nexus has been archived as of 2/11/2024
due to Guilded.py going inactive, while the code will still work for the foreseeable future, we cannot guarantee that it'll be stable. Thank you to everyone who used and supported our project and goal!
Nexus is a view-orientated Guilded bot template.
A view is basically a function that returns an embed, view-orientated bots use views for repetitive embeds that can be handled by a simple function.
We use a view-orientated flow as it helps get rid of repetitive code that makes reading and maintaining code harder.
Note
When in a development environment we recommend using Python >=3.10.11
.
To run Nexus in it's development mode use python main.py dev
.
Note
When in a production environment we recommend using PyPy
To run Nexus in it's production mode use pypy main.py
.