From f775f09b4826a57fd9e7235127c7282ece9bf2b3 Mon Sep 17 00:00:00 2001 From: Mirage Zoe Date: Fri, 16 Aug 2019 23:06:45 +0300 Subject: [PATCH] okay now it should work as intended :)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d3ab24..d2f7e68 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "better-discord-antispam", "version": "1.0.2", "description": "A simple module based on Michale Scofield's module: discord-anti-spam.js! While containing the same features(quick and simple setup), it adds new things like setting up a report channel, timed mutes(removed ban option and added mute & unmute automatically) and many more features are coming on the way(probably adding that ban option back later...)!", - "main": "better-discord-antispam.js", + "main": "better_discord_antispam.js", "scripts": { "test": "echo \"No test specified\"" },