This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Description
Per suggestion of @EarlJr53, Jay, and Bri
When there are game bots or whatnot in the server, people may gain levels quicker than normal if they use them often. We should add a way to blacklist certain channels or message prefixes from counting towards levels.
E.g.
config.json
{
"levels": {
"ignoreChannels": ["channel1", "channel2"],
"ignorePrefix": ["!", "m!", "m.", "p!"]
}
}