Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
|
@@ -385,8 +385,9 @@ async def check_github():
|
|
| 385 |
@bot.event
|
| 386 |
async def on_ready():
|
| 387 |
print('Logged on as', bot.user)
|
| 388 |
-
|
| 389 |
-
print(
|
|
|
|
| 390 |
|
| 391 |
|
| 392 |
def run_bot():
|
|
|
|
| 385 |
@bot.event
|
| 386 |
async def on_ready():
|
| 387 |
print('Logged on as', bot.user)
|
| 388 |
+
log_channel = bot.get_channel(1036960509586587689)
|
| 389 |
+
print(log_channel)
|
| 390 |
+
bot.log_channel = log_channel
|
| 391 |
|
| 392 |
|
| 393 |
def run_bot():
|