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