1 messages · Page 1 of 1 (latest)
Hey, title pretty much says it all. I'm looking for a way to respond to a slashcommand, just like you would reply to a message manually. Right now I'm acknowledging the interaction with 'await DeferAsync()', and finally responding with 'FollowupAsync()', but can't seem to make the followup be of a response type.
are you trying to reply to a message with a command response or followup?