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

Implement Profile Badges Logic #65

Open SGA-A opened 7 months ago

SGA-A commented 7 months ago

Is your feature request related to a problem? Please describe. Badges currently are shown off in the profile command. The problem is that you cannot attain these. They are manually assigned by the developers and have never really worked as intended. This means that you cannot really show off what you've done if the badges aren't updated over time.

Describe the solution you'd like Support for badges being added and removed from player profiles. Also, changing the way these badges are stored might be a good idea.

Some ideas for what badges could exist and be attainable include:

These should all be badges that, once you obtain, cannot be removed since the removal mechanism is not as straightforward to implement.

Describe alternatives you've considered No other alternatives have been considered at this time.

Additional context Badges are displayed on the profile command. If you do something that is eventful, you should be able to receive a badge of some sort for this. This functionality hasn't been implemented into the bot as of yet.