Skip to content

Commit

Permalink
Remove debug print of bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-ghidoni committed Jul 14, 2024
1 parent bbbdc3c commit d57c219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ async def on_ready(self):
intents.members = True

if __name__ == '__main__':
print(BOT_SECRET)
if len(sys.argv) == 1:
print("Starting member welcome workflow")
client = OwlbotMemberWelcome(intents=intents)
Expand Down

0 comments on commit d57c219

Please sign in to comment.