discord.py 'coroutine' object has no attribute 'reactions' error

后端 未结 0 1584
一向
一向 2021-01-15 09:44
@bot.command()
async def voto(ctx, id, num_people):
    msg = ctx.fetch_message(id)
    winners = []
    total_users = []
    reactions = msg.reactions
    for react         


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