lunarflu HF staff commited on
Commit
1154dfd
·
1 Parent(s): 9067d42

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- bot.log_channel = bot.get_channel(1036960509586587689) # admin-logs
389
- print(bot.log_channel)
 
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():