Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.
Matthew edited this page Dec 12, 2016 · 11 revisions

FAQ

Q: Tokens?

Tokens are the number of messages a user can send in a time period. It's like having quarters in an arcade. The reset period is how long it'll take till the tokens reset back to their max amount.

For strict filtering, the reset time is bumped to the max amount every time a user sends a message aka "spends a token". For regular filtering, the reset time is only bumped to the max if the user exceeds their allowed messages or "allowed tokens" for the time frame set by the server moderation team.

In other words...

  • Tokens = Messages
  • Token Reset Time = Sets the time frame in which a user can spend their tokens until they become rate limited
  • Tokens allowed = Sets the number of tokens the user is allowed to spend within the given time

Example (during set up):

RH1-N0: Next up is token reset time in seconds

        example input: 5  

You: 5
RH1-N0: Okay, got it. Added 5 as the Token Reset Time! Next up is the number of tokens given to a user

        example input: 5  

You: 2
RH1-N0: Okay, got it. Added 2 as the number of user given tokens per reset period!

This means that a user is allowed to only send 2 messages every 5 seconds before they become rate limited.

If that didn't help I can do more explanation on the actual discord! :D

Q: What if I mess up during registration? Can I re-register?

No! Why would you want to re-register? There are commands to change every value set during registration so you can change everything that you want manually!

Q: Can I really just invite it to my server and set it up and it'll work?

YES!!!

Q: What language is it coded in?

Python! I host the source code in the dev branch of this repo though I'm not officially supporting it in any way so don't come to me for help if you don't understand what's going on or how to set it up correctly!

Q: My muted role isn't working!

Go to this link and follow the guide