pzsolt
0
Q:

send message to specific channel discord.py

channel = client.get_channel(12324234183172)
await channel.send('hello')
3
client.channels.get("<ID of the channel you want to send to>").send("<your message content here>")
2

New to Communities?

Join the community