I have stripped my '/command handler code all the way down to
await cmd.RespondAsync("Foo")
and it is completing on the server. But all i get in discord is
the below. Is there a permission I am missing or perhapse a send queue on the bot side that I'm not pumping?
Im using the slash command API as Im working in F# (I translated to C# above) and Im not sure if attributes will work the same. Plus I want to keep the stack simple.