【发布时间】:2021-02-05 11:33:06
【问题描述】:
如何删除用户使用 TwitchIO 发送的单条消息?
@bot.event
async def event_message(ctx):
await ctx.content.delete() # Does not work
await ctx.content.remove() # Does not work
await ctx.channel.timeout(ctx.author, 1) # Does not work
【问题讨论】:
标签: python-3.x twitch-api