Programming a Discord bot in Python- Can't figure out how to set up reaction roles

前端 未结 0 510
无人及你
无人及你 2021-01-17 11:58

I\'m working on setting up reaction roles with my bot, here\'s my code:

@client.event
async def on_raw_reaction_add(payload):
  message_id = payload.message_i         


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