Skip to content

Migration from prefix commands to slash commands for better compatibility with Discord. #15

@rishabh7923

Description

@rishabh7923

Summary

Since Discord has rolled out slash commands, it is recommended by Discord that developers use them as much as possible. This will make it easier for developers to verify their bots during the verification process. Slash commands have numerous benefits such as

  • Integration with the Discord client interface.
  • Automatic command detection and parsing of the associated options/arguments.
  • Typed argument inputs for command options, e.g. "String", "User", or "Role".
  • Validated or dynamic choices for command options.
  • In-channel private responses (ephemeral messages).
  • Pop-up form-style inputs for capturing additional information.

It will be easier for users to simply use a slash and get all the suggestions right in their command window. It is also very efficient, as it does not monitor every single message sent in the server.

I would like to request that I be assigned this task with the GSSoC hashtag and the task level.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions