A simple background task in a Cog : content_copy from discord.ext import tasks, commands class MyCog(commands.Cog): def __init__(self): self.index = 0 ...
確定! 回上一頁