Skip to content

Commit

Permalink
Merge pull request #16 from sp45/patch-1
Browse files Browse the repository at this point in the history
Fix obvious readme bug
  • Loading branch information
Michael-J-Scofield authored Jul 27, 2018
2 parents d4bc749 + f2e1451 commit a4e17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Once you've done this, setting the anti spam up will be very easy.
And you can follow the code below to get started!

```js
var anti_spam = require("discord-anti-spam");
var antispam = require("discord-anti-spam");

antispam(bot, {
warnBuffer: 3, //Maximum amount of messages allowed to send in the interval time before getting warned.
Expand Down

0 comments on commit a4e17c8

Please sign in to comment.