moe-serifu-circle / masabot

An automated discord bot for handling typical tasks
GNU General Public License v3.0
3 stars 5 forks source link

Karma counts should be local #6

Closed dekarrin closed 6 years ago

dekarrin commented 6 years ago

Currently, karma is tracked across all servers that MasaBot is in. It's okay to have global karma, but there should be local karma as well.

A/C: Make karma tracking be local to a server by default. Also track the global karma, but make the server-specific karma show up by default. A new command or option to the existing command can be given to show the global karma count.

Shensd commented 6 years ago

Made a pull request for this issue at https://github.com/moe-serifu-circle/masabot/pull/7