You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2021. It is now read-only.
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
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!"] } }