Код: Выделить всё
@bot.command()
async def start (ctx):
while True:
await ctx.send("Pls use correct channels for discussion")
await asyncio.sleep(300)
Подробнее здесь: https://stackoverflow.com/questions/661 ... discord-py
Код: Выделить всё
@bot.command()
async def start (ctx):
while True:
await ctx.send("Pls use correct channels for discussion")
await asyncio.sleep(300)