Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|