Update app.py
Browse files
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')
|