SGA-A / c2c

Source code for the custom app exclusive to cc, where most interactions begin and end.
MIT License
2 stars 0 forks source link

`UserSelect` dropdown for some views #128

Open SGA-A opened 3 weeks ago

SGA-A commented 3 weeks ago

Is your feature request related to a problem? Please describe. A good example is the balance view. When you view any user, if you want to view another user as well, you'll need to call the command again. This addition removes the need for that. You simply type in the new user you want to view on the select menu. Though, this won't work on users that aren't members of the invocation guild.

Describe the solution you'd like Can be used for:

This will mean that because we can't restrict the users displayed on the select menu, we'll need to implement checks to see if the user is registered (i.e., in the database).

Describe alternatives you've considered WIP

Additional context WIP