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 tips when calling commands #44

Closed SGA-A closed 5 months ago

SGA-A commented 8 months ago

Is your feature request related to a problem? Please describe. Some players may often form bad practises in the use of the bot. Adding tips when calling commands resolves this by informing users of QoL features.

Describe the solution you'd like

Tips by default should be enabled. Tips should be concise, only explaining what to do better, and how to do it. Tips should be ephemeral.

Additional context See command below. This was sent because the daily command was called. image

SGA-A commented 7 months ago

Nearly all the criteria we've set for this feature has been implemented. All that's left is to work on giving the user the ability to toggle tips on or off. This is probably the hardest part because we're not entirely sure where to provide this.

We've got a few options:

Also, another feature I'd like to add is to increase the user's multiplier if they have tips enabled. This is also relevant in this issue.

SGA-A commented 6 months ago

This issue amongst others mentioned here is dependent on #80 being resolved first until we can begin working on them.

SGA-A commented 5 months ago

Fixed by https://github.com/SGA-A/c2c/commit/5b10ca57f2ba2719f6395ee422248c2fce3ce83a.