Am I using ctx.channel.send correctly? #8111
Answered
by
xCirno1
quackersian
asked this question in
Q&A
-
I have some basic message code:
When typing a message that contains "https://" I get the below error
Using Shouldn't this |
Beta Was this translation helpful? Give feedback.
Answered by
xCirno1
Jun 5, 2022
Replies: 1 comment 2 replies
-
You didn't enable Note: In v2.0 this will be a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
quackersian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You didn't enable
guilds
intent, so, channels will beObject
instead. (only applicable in < v1.7.3)Note: In v2.0 this will be a
PartialMessageable
object.