import discord as discord from discord.ext import commands class MyCog(commands.Cog): def __init__(self, bot): self.bot=bot @commands.command() async def ...
確定! 回上一頁