📜  如何在python rewrite vscode中导入discord - Python代码示例

📅  最后修改于: 2022-03-11 14:46:29.687000             🧑  作者: Mango

代码示例1
#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