Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-oh committed Jun 5, 2023
1 parent 9a969fb commit 26de394
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rengobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@

@bot.command()
async def help(ctx):
print(ctx.guild.id)
print(server_id)
print(ctx.channel.id)
print(permitted_channel_ids)
if ctx.guild.id == server_id and ctx.channel.id not in permitted_channel_ids: return
await ctx.send(
'$help : shows this help\n\n'+
Expand Down

0 comments on commit 26de394

Please sign in to comment.