-
Notifications
You must be signed in to change notification settings - Fork 32
FAQ
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 userexample 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
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!
YES!!!
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!
Go to this link and follow the guide
w