📌  相关文章
📜  将消息发送到特定频道 discord.py - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:05.093000             🧑  作者: Mango

代码示例3
channel = client.get_channel(12324234183172) #channel id here
await channel.send('hello')