From 56a4dee7ac9030217e2fb6c60195ddc5352b0205 Mon Sep 17 00:00:00 2001 From: H3cJP <62990101+H3cJP@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:04:34 +0200 Subject: [PATCH] Update main.py --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index c000207..add18ff 100644 --- a/main.py +++ b/main.py @@ -4,8 +4,7 @@ from AntiScam import AntiScam whitelist = [] # Here you can add the IDs of the users allowed to bypass the AntiScam system. logs_channel = None # Here you can add the ID of the channel where the logs will be sent. -bot = commands.Bot(command_prefix='>') -bot.remove_command('help') # Remove this line if you want to use the help command. +bot = discord.Bot() @bot.event() async def on_message(message):