campDevs / DiscordBot

Discord bot.

Home Page:https://glitch.com/edit/#!/carnelian-crayfish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Brownie points/other points system

ryanarnouk opened this issue · comments

I was wondering if you guys want to add some kind of brownie point system to credit users to help others with a thanks command. This point system doesn't really need to be brownie points but just some point/ranking system.

usage would probably be similar to @user thanks and then that users gets points.

👍 Yeah we discussed that but we've not put it into an issue. We need to sort out the db first though.

MongoDB Atlas has a very generous free tier that we could potentially use short-term until the DB strategy / hosting is fully worked out.

If no one else is claiming this I will take it.
About a DB...
commando uses sqlite, if you install it. You can use a different DB but that is not supported out of the box.

If sqlite is built into commando and it makes the most logical sense to use it we can go with that. Especially if you guys are fimiliar with it.

I'm on it!