lunarflu HF Staff commited on
Commit
2e2b503
Β·
1 Parent(s): 2943c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ async def safetychecks(ctx):
91
  #βœ…βœ… check if the command is in the allowed channel(s)
92
  bot_test = 1100458786826747945
93
  testing_the_bot = 1113182673859518514
94
- channel_ids = [bot_test]
95
  if ctx.channel.id not in channel_ids:
96
  print(f"{ctx.author}, commands are not permitted in {ctx.channel}")
97
  thread = await ctx.message.create_thread(name=f'Channel Error')
 
91
  #βœ…βœ… check if the command is in the allowed channel(s)
92
  bot_test = 1100458786826747945
93
  testing_the_bot = 1113182673859518514
94
+ channel_ids = [bot_test, testing_the_bot]
95
  if ctx.channel.id not in channel_ids:
96
  print(f"{ctx.author}, commands are not permitted in {ctx.channel}")
97
  thread = await ctx.message.create_thread(name=f'Channel Error')