SGA-A / c2c

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

Add buttons to shop #84

Closed SGA-A closed 6 months ago

SGA-A commented 6 months ago

Is your feature request related to a problem? Please describe. Discord is modernizing. Using interactions and components to interact with things is the convention. Typing a command just to view the shop items and another command just to buy one is a reasonable approach, but it can be made more modern with buttons. Therefore, this issue addresses the need for it. Describe the solution you'd like You will be able to view the shop and buy items straight from a single command, no need to retype another command just to buy that item. This essentially will work the same way and style to Dank Memer except without the rotating items (yet) and the rendered image backgrounds.

The user views the shop and they can see the price, cost and name of the item all in one place. They can also buy the item by clicking the corresponding button. The shop menu is paginated so this also needs to be taken into consideration, by determining when to display the buttons.

Describe alternatives you've considered None.

Additional context See the screenshots below. image image image image

SGA-A commented 6 months ago

This is currently on the top of our priority list to implement