Example: how to make a cog discord.py from discord.ext import commands class Test_Cog(commands.Cog): def __init__(self, bot): self.bot = bot # defining bot ...
確定! 回上一頁