Unique counts for unique users

Asked Nov 15, 2020·1 reply·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Hello Everyone,
I am looking to create a command where an admin could say something like:
!points (200) red team
and the result would be:
Admin gave 200 points to the red team (red team now has 500 points)

This is what I have so far:
Admin Gave $(touser) $(eval 100 * $(count)) Points have been given)

The problem is that I can only add 100 at a time, and I'm looking to add numbers like 200, 300, 400 etc. while having night bot count it to the total. Additionally, This command doesn't allow me to give points to specific teams. It groups them all together.

Lastly, I'm hoping to have a command where people could type:
!Score red team
and the result would be:
Red Team has a total of 500 points

I'm not sure if this is too tall of a task, but any direction would be greatly appreciated.

Very Respectfully,
Hydraslayer5000

1 reply