comment importer la discorde dans python réécriture 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
Enthusiastic Eagle