We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadaa33 commit 7ac0f68Copy full SHA for 7ac0f68
1 file changed
SCPSL-Discord-Bot/bot.py
@@ -6,7 +6,7 @@
6
id = ""
7
api = ""
8
9
-bot = discord.Client
+bot = commands.Bot(command_prefix="!", intents=discord.Intents.none())
10
11
@bot.event
12
async def on_ready():
0 commit comments