1 messages · Page 1 of 1 (latest)
Not sure how you managed that
But try CMDchannel.id?
completely invalid ID
you're sending the string #123 as your ID
#123
but that's the channel's mention
@cold steppe
try doing ctx.options.channel.id
any error?
weird
lemme test something
ah
it's because GuildTextChannel isn't a valid option type
GuildTextChannel
use hikari.TextableChannel instead
hikari.TextableChannel