Skip to content

Commit

Permalink
Update spam.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremeMachine12 authored Oct 19, 2023
1 parent 4965415 commit eb9ac78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spam/spam.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The code that implements the above commands is located [here](../../src/spam.py)


# Code Description
This code implements a spam detector that issues warnings to students who send too many messages based on a message threshold and a time-allowed threshold. If a user sends more messages than allowed in a certain amount of time, then that user will be put in time out after a warning.
This code implements a spam detector that issues warnings to students who send too many messages based on a message threshold and a time-allowed threshold. If a user sends more messages than allowed in a certain amount of time, then that user will be put in time-out after a warning.

## Functions
def init(bot):
Expand Down

0 comments on commit eb9ac78

Please sign in to comment.