#how can i return a message in particular channel?
1 messages · Page 1 of 1 (latest)
Saying it doesn't work or asking what's wrong with this code? is not helpful for yourself or others.
Describe what you expect and/or tried (with your code), and what isn't going right.
Please provide any errors you get for optimal assistance.
you're using the context's channel instead of the one that you want to respond to (channel)
also IDs must be integers, and there's a channel slash command option type for you to just get a channel object instead of an ID
so for that i have to write
channel.respond() ?