You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have updated to DSharpPlus 5.0.0-nightly-02379. DSharpPlus.SlashCommands and DSharpPlus.CommandsNext have been migrated to DSharpPlus.Commands, and each individual command processor (text command processor and slash command processor) function. However, they don't function together yet.
Lots of our commands are both text and slash commands. For some, everything is the same and they can be combined into a single command under DSharpPlus.Commands (I haven't done this yet! But it will be done before this is considered complete). Some commands cannot be easily-combined like this. For example, we have different usages between !ban and /ban. I do not want to change the usage of either of them (though if I have to, the text command takes priority!).
https://dsharpplus.github.io/DSharpPlus/articles/migration/slashcommands_to_commands.html
The text was updated successfully, but these errors were encountered: