realNikkii / NecoBot

Just a funny little Discord bot
GNU General Public License v3.0
2 stars 1 forks source link

Means of NecoCoins acquisition #11

Open realNikkii opened 2 years ago

realNikkii commented 2 years ago

It should be possible to gain "NecoCoins" by some means.

Some ideas are: just executing a command which you can use in intervals, have (a) command(s) that require the user to perform some sort of task, depending on how they did, they gain NecoCoins, a more risky but more rewarding "gambling" system.

realNikkii commented 2 years ago

Added a simple steal command which gives a random amount of coins, should still add a cooldown though.

realNikkii commented 2 years ago

Steal command has a cooldown now, every command has a cooldown property too, cooldown: 0 = no cooldown

realNikkii commented 2 years ago

Cooldown system actually works now via a unique string stored in a Set called "commandOnCooldownID" (Commit 7a8181877b4f7963fdb41beeccce6fc11704c4d0)