【发布时间】:2020-05-07 12:35:36
【问题描述】:
如果机器人要发送消息
vote_msg = await ctx.channel.send('Vote ' + '@' + str(member) + ' out of the server? **' + str(out) + '/' + str(of) + '**')
await vote_msg.add_reaction('✅')
await vote_msg.add_reaction('❎')
如何让机器人在 30 秒后将反应加起来?
【问题讨论】:
标签: python discord discord.py