From 867bc6167d48d5eb99ad6e375355cfd7b1e7809b Mon Sep 17 00:00:00 2001 From: H3cJP <62990101+H3cJP@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:43:05 +0100 Subject: [PATCH] Added missing import of discord.py module --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 94bf26d..4d46e62 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,4 @@ +import discord from AntiScam import AntiScam whitelist = [] # Here you can add the IDs of the users allowed to bypass the AntiScam system.