Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(interaction): prefix commands #45

Open
alexandreteles opened this issue Dec 19, 2022 · 1 comment
Open

feat(interaction): prefix commands #45

alexandreteles opened this issue Dec 19, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@alexandreteles
Copy link
Member

🐞 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.

@Axelen123
Copy link
Member

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

@alexandreteles alexandreteles added the enhancement New feature or request label Jan 18, 2023
@alexandreteles alexandreteles changed the title feat: prefix commands feat(interaction): prefix commands Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: πŸ“‹ Backlog
Development

No branches or pull requests

2 participants