Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.71 KB

linux-setup.md

File metadata and controls

23 lines (16 loc) · 1.71 KB

This is a Step-by-step tutorial on how to start running PyCord in your Windows Computer!

1: Creating a Discord Bot

PyCord uses a Discord Bot to act as a User Account. to create a Discord Bot, you will need to visit the Discord Developer Portal and create a New Application and give your Bot a Name!
image

After that, You will click on the Bot menu at the Side Panel and click on Add Bot at the right side of your screen. image

After that, you will need to scroll down a little until you see Privileged Gateway Intents then enable the Message Content Intent and Server Members Intent image

These two intents are Required to run PyCord.

2: Setting up .env Bot Token Value

Now that we created a bot, we will now need it's token to start the bot.
If you have 2 Factor Authorization in your Discord Account, you may need your Authenticator App to proceed to this next step.

To get your Discord Bot Token, simply press Reset Token and click on Copy.

If you have 2FA in your account, you will need to enter your Authentication Code before you can get your Discord Bot's token.

Now that we have our Discord Bot's token. we will now edit our .env file that's Included on the PyCord ZIP file.

sorry dont have time to work on this one yet