From 7ac0f68af9bf0ac2e5c5f7d1ca9133e9f1f17c4b Mon Sep 17 00:00:00 2001 From: Bruno <77393226+Bruno-LGS@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:25:18 +0100 Subject: [PATCH] Update bot.py --- SCPSL-Discord-Bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCPSL-Discord-Bot/bot.py b/SCPSL-Discord-Bot/bot.py index 53e6d96..316e0fb 100644 --- a/SCPSL-Discord-Bot/bot.py +++ b/SCPSL-Discord-Bot/bot.py @@ -6,7 +6,7 @@ id = "" api = "" -bot = discord.Client +bot = commands.Bot(command_prefix="!", intents=discord.Intents.none()) @bot.event async def on_ready():