Skip to content

Commit 7ac0f68

Browse files
Update bot.py
1 parent fadaa33 commit 7ac0f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SCPSL-Discord-Bot/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
id = ""
77
api = ""
88

9-
bot = discord.Client
9+
bot = commands.Bot(command_prefix="!", intents=discord.Intents.none())
1010

1111
@bot.event
1212
async def on_ready():

0 commit comments

Comments
 (0)