Skip to content

Commit

Permalink
eee
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 25, 2024
1 parent 02d1a53 commit c3d8665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def send_webhook(mod_id):
# ignore potential issues if this is triggered by a staff !accept command
if (os.getenv('ACTUALLY_ACCEPTING') == 'YES' or not potential_issues) and os.getenv('VERIFY_USER_RESULT') == 'YES':
#send_webhook(mod_id)
print("hello")
else:
with open('silly_log.txt', 'a') as file:
file.write("not sending webhook :P\n")
Expand Down

0 comments on commit c3d8665

Please sign in to comment.