Hello! I'm coding my bot with .net and this library. I used dependency injection to set everything up, and so far everything works great. As I am fairly new to dependency injection and that stuff, it is a great practise. The documentation is well done and has helped me good to get started.
So far, everything looks and works great, but the only thing that doesn't appear to function properly is responding to slash commands. In the debugger, my breakpoint sets in the slash commands method body, that is in my module. However, the "DeferAsync" or the "ModifyOriginalMessageAsync" method don't seem to do anything.
Anyone has suggestions, on how I can fix this issue?