abhicodes commited on
Commit
fdf1ead
·
1 Parent(s): f6dc1b0

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
bot.py CHANGED
@@ -15,7 +15,7 @@ mysql = mysql.connector.connect(
15
  )
16
  intents = discord.Intents.default()
17
  intents.message_content = True
18
- bot = commands.Bot(command_prefix='!', intents=intents)
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