discord.py send message to channel with id code example
Example: how to send a message in a specific channel discord.py
channel = client.get_channel(12324234183172)
await channel.send('hello')
channel = client.get_channel(12324234183172)
await channel.send('hello')