Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ async def on_ready():
|
|
| 38 |
except Exception as e:
|
| 39 |
print(f"Failed to connect to MAGNet: {str(e)}")
|
| 40 |
llamaAvailable = False
|
| 41 |
-
|
| 42 |
print(f'{bot.user} has connected to Discord!')
|
| 43 |
|
| 44 |
# Function to trigger the command /ninowrite
|
|
|
|
| 38 |
except Exception as e:
|
| 39 |
print(f"Failed to connect to MAGNet: {str(e)}")
|
| 40 |
llamaAvailable = False
|
| 41 |
+
event.set()
|
| 42 |
print(f'{bot.user} has connected to Discord!')
|
| 43 |
|
| 44 |
# Function to trigger the command /ninowrite
|