You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
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:
Viewing a user's balance
Viewing a user's profile
Viewing a user's command usage
Viewing a user's multipliers (Not planned)
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
The text was updated successfully, but these errors were encountered:
We have decided not to implement the dropdown for the multipliers because the view has already gotten far too crowded. Currently there are 1 select menu and 4 buttons on 2 different rows. Too many items for the sake of reducing command usage is creating more overhead than we'd like.
We will implement a user select dropdown for viewing a user's profile and command usage as intended, but our ability to work on the former is hindered by the issue on implementing custom profiles. Meaning it won't be implemented on the former until #110 is resolved. The latter should be implemented by today though.
Edit: The user select dropdown has now been implemented into the user usage command. All that's left now is the profile user select, which will be heavily delayed as mentioned.
Questioning whether it is a good idea to place member selects on views that already have another select, like multipliers and soon to be the inventory view. On one hand, it could get too crowded and on the other, there's less command's being called.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
economyRelevant to the economy system.featureThis is a feature request.miscRelevant to miscellaneous features and commands.
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:
Viewing a user's multipliers(Not planned)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
The text was updated successfully, but these errors were encountered: