Skip to content

roles: Make it easier to type roles with complex names #50

@Arcensoth

Description

@Arcensoth

The way roles commands currently work is by using discord.py's RoleConverter under-the-hood. This is convenient for the implementation and for pingable roles that staff need to maintain, but it is not convenient for a user who's trying to join a role.

One solution is to allow arbitrary string input for these commands, and do a partial text match with role names.

Another solution is to implement aliases for roles, however this would require additional commands to manage the aliases.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions