govisi commited on
Commit
9abc4e1
1 Parent(s): 1750071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ from discord.ext import commands
5
 
6
  from threading import Thread
7
 
8
- lock = asyncio.Lock()
9
 
10
  bot = commands.Bot("", intents=discord.Intents(messages=True, guilds=True))
11
 
 
5
 
6
  from threading import Thread
7
 
 
8
 
9
  bot = commands.Bot("", intents=discord.Intents(messages=True, guilds=True))
10