Make a cog that sends a message every 10 seconds in a specified chat discord.py

后端 未结 0 1441
一整个雨季
一整个雨季 2021-01-23 16:09
from discord.ext import commands, tasks



class sendmessage10seconds(commands.Cog):

    def __init__(self, client):
        self.client = client
        print("Co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题