gpt4 book ai didi

python - (Discord.py) 如何让机器人在一段时间后删除自己的消息?

转载 作者:行者123 更新时间:2023-12-04 12:12:30 25 4
gpt4 key购买 nike

我在 Python 中有这个代码:

import discord
client = commands.Bot(command_prefix='!')

@client.event
async def on_voice_state_update(member):
channel = client.get_channel(channels_id_where_i_want_to_send_message))
response = f'Hello {member}!'
await channel.send(response)

client.run('bots_token')

我希望机器人删除自己的消息。例如,一分钟后,我该怎么做?

最佳答案

有比什么更好的方法 院长安布罗斯 DOM 建议,您可以简单地添加 kwarg delete_after.send

await ctx.send('whatever', delete_after=60.0)
reference

关于python - (Discord.py) 如何让机器人在一段时间后删除自己的消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65417166/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com