Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno-Neumann authored Feb 15, 2023
1 parent fadaa33 commit 7ac0f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCPSL-Discord-Bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
id = ""
api = ""

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

@bot.event
async def on_ready():
Expand Down

0 comments on commit 7ac0f68

Please sign in to comment.