AttributeError: 'NoneType' object has no attribute 'count' discord.py

后端 未结 0 1194
灰色年华
灰色年华 2021-01-05 23:05

The code:

@bot.event
async def on_raw_reaction_add(payload):
    channel = bot.get_channel(payload.channel_id)
    msg = await channel.fetch_message(payload.m         


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