Unfortunately, we couldn't find the page you're looking for. Please check the link and try again.
Here is the instructional guide to setup your bot in Discordus.
pip install discordus
If you haven't already installed Discordus, use this command in your terminal to download the python module.
from discordus import *
Make sure when you're Initializing the module that you always do it like this.
preset_bot(server_id, "token")
It's recommended to use this function to see if your information is being stored correctly.
run_client()
Finally, run your bot and see if it logs in.