Hello,
i am migrating from Commands to SlashCommands and I am facing an issue. I used Command overloading to achieve that User and Administrator can set the same thing. For example: User wants to buy a channel, but needs help. Administrator can create the channel for user. Both used the same command, only Admin had to mention User in the command. And the Admin command had a permission check using an attribute.
Is there a way how can i preserve this idea with Admin and NonAdmin version of the same command?
Thanks for help 🙂