Oops! Something went wrong.

Unfortunately, we couldn't find the page you're looking for. Please check the link and try again.

Setting Up Your Bot

Here is the instructional guide to setup your bot in Discordus.

Step 1: Install Discordus

pip install discordus

Installing Video

If you haven't already installed Discordus, use this command in your terminal to download the python module.

Step 2: Initializing Discordus

from discordus import *

Initializing Discordus

Make sure when you're Initializing the module that you always do it like this.

Step 3: Presetting Your Bot

preset_bot(server_id, "token")

Presets Picture Debugging Info

It's recommended to use this function to see if your information is being stored correctly.

Step 4: Run Your Bot!

run_client()

Run Client

Finally, run your bot and see if it logs in.

Great! You finished setting up your bot.