revanced-discord-bot icon indicating copy to clipboard operation
revanced-discord-bot copied to clipboard

feat(interaction): prefix commands

Open alexandreteles opened this issue 1 year ago • 1 comments

🐞 Issue

Slash commands are the only option to interact with the bot.

❗ Solution

Add prefix command versions of the slash commands. Ex.: !rv mute

❓ Motivation

Considering that slash commands are not well implemented UI wise despite the fact that they are supposed to be the default interaction with Discord bots, and the fact that many like me have skill issues with it specially when multiple bots provide the same command, requiring the user to pay attention, imagine, pay attention to which bot it's calling thru the command.

It is also extremely slow on mobile devices as Discord loads all commands every time you start typing /.

⚠ Additional context

I also have skill issues with slash commands and having prefix commands would help me and other people with skill issues use the bot.

alexandreteles avatar Dec 19 '22 17:12 alexandreteles

We should be able to do this pretty easily with poise.

Axelen123 avatar Dec 19 '22 17:12 Axelen123