Answers for "how to choose which channel a discord bot messages in discord.py"

9

how to make it so a discord bot messages in a certain channel python

channel = client.get_channel(12324234183172)
await channel.send('hello')
Posted by: Guest on January-19-2020

Code answers related to "how to choose which channel a discord bot messages in discord.py"

Python Answers by Framework

Browse Popular Code Answers by Language