lunarflu HF staff commited on
Commit
7a9c3df
1 Parent(s): 06db8e3

bot-test >>> admin-logs (more strict permissions)

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -239,7 +239,8 @@ async def on_voice_state_update(member, before, after):
239
  @bot.event
240
  async def on_ready():
241
  print('Logged on as', bot.user)
242
- bot.log_channel = bot.get_channel(1100458786826747945)
 
243
 
244
 
245
  def run_bot():
 
239
  @bot.event
240
  async def on_ready():
241
  print('Logged on as', bot.user)
242
+ #bot.log_channel = bot.get_channel(1100458786826747945) # bot-test
243
+ bot.log_channel = bot.get_channel(1036960509586587689) # admin-logs
244
 
245
 
246
  def run_bot():