From 54a79ac18b686da410b2940857a945254772ec83 Mon Sep 17 00:00:00 2001 From: H3cJP <62990101+H3cJP@users.noreply.github.com> Date: Sat, 14 Jan 2023 23:17:42 +0100 Subject: [PATCH] After being tested, definitely the discord.py module import was needed so it has been added again --- AntiScam.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AntiScam.py b/AntiScam.py index d72ba49..af2f5d5 100644 --- a/AntiScam.py +++ b/AntiScam.py @@ -1,3 +1,5 @@ +import discord + message_content = '' last_message = '' last_message_content = ''