Spaces:
Paused
Paused
Update bot.py
Browse files
bot.py
CHANGED
@@ -15,7 +15,7 @@ mysql = mysql.connector.connect(
|
|
15 |
)
|
16 |
intents = discord.Intents.default()
|
17 |
intents.message_content = True
|
18 |
-
|
19 |
|
20 |
|
21 |
@bot.event
|
|
|
15 |
)
|
16 |
intents = discord.Intents.default()
|
17 |
intents.message_content = True
|
18 |
+
bot = commands.Bot(command_prefix='!', intents=intents)
|
19 |
|
20 |
|
21 |
@bot.event
|