From f2e145108755eb3ee1ed372069e287b51db34530 Mon Sep 17 00:00:00 2001 From: sp45 <30925332+sp45@users.noreply.github.com> Date: Sat, 21 Jul 2018 17:14:40 +0200 Subject: [PATCH] Fix obvious readme bug "i_s" vs "is" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7bfb1..e82099f 100644 --- a/README.md +++ b/README.md @@ -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.