coding-buddies-discord / cb-bots

4 stars 3 forks source link

make giving points update many at once in the db instead of updating one per time #86

Open cubiquitous opened 1 year ago

cubiquitous commented 1 year ago

right now when we add the point, the point is update one by one instead of all at once. changing to updating many per time would allow so useful things. for instance, we could send just 1 message of the people that weren't updated.

we could also count the total of users who points where given and add a emoji with the amount. like this: image

waream2 commented 1 year ago

Sounds good to me

cubiquitous commented 1 year ago

this is partially resolved. the amount of people and the loop part is solved with #90 , but reducing the multiple calls is yet to be done.