install discord.py vs code code example
Example 1: how to put in code to download discord py
pip install discord.py==1.3.4
Example 2: how to import discord in python rewrite vscode
#Make Sure You Have Python Installed And Hace Downloaded Discord.py In Your Terminal
import discord
#to make commands you will have to have his imported aswell
from discord.ext import commands