📜  如何在特定频道 discord.py 中发送消息 - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:04.504000             🧑  作者: Mango
代码示例3
channel = client.get_channel(12324234183172) #channel id here
await channel.send('hello')