Answers for "how to make a bot type a message in a certain channel python"

8

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 make a bot type a message in a certain channel python"

Python Answers by Framework

Browse Popular Code Answers by Language