'How to send a message in a newly created discord channel
What im trying to do is make a command that creates a new channel. The problem is that the channel doesnt create and gives an error.
newChannel = client.create_text_channel("hi")
newCannel.send("Hi")
this doesnt work and ends in an error. can you give me solutions on how to fix this, and are there any alternatives.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
