How to send a DM from a looped event in Discord.py

前端 未结 0 504
时光取名叫无心
时光取名叫无心 2021-02-08 05:26

Trying to send a PM to a user but nothing is working:

async def main_loop():
    await bot.wait_until_ready()
    while not bot.is_closed():
        # do stuff...         


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