Skip to content

Discord Installation

6A edited this page Jan 4, 2022 · 2 revisions

1. Create an application on the Discord Developer Portal.

2. Create a new bot under the newly made application.

3. Turn on PRESENCE INTENT and SERVER MEMBERS INTENT in the bot's settings page on the developer portal.

4. Fill out the downloaded config.example.yaml and rename to config.yaml.

5. Open a command prompt by pressing the buttons Windows Key + r.

6. Navigate to the SysBot.py-main folder using the cd pathway command.

7. Install the requirements using the command pip install -r requirements.txt.

8. Once all steps are completed, you can turn on the bot by using the command py sysbot.py or by double clicking on the sysbot.py file.