Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ async def on_ready():
|
|
49 |
event.set()
|
50 |
print("------")
|
51 |
|
52 |
-
|
53 |
async def on_member_join(member):
|
54 |
guild = member.guild
|
55 |
# Check if the channel with the specific ID exists in the guild
|
|
|
49 |
event.set()
|
50 |
print("------")
|
51 |
|
52 |
+
@bot.event
|
53 |
async def on_member_join(member):
|
54 |
guild = member.guild
|
55 |
# Check if the channel with the specific ID exists in the guild
|