Browse Source

Delete test.py

main
Fsoky Community 4 years ago
committed by GitHub
parent
commit
dc3ce0c95c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      test.py

7
test.py

@ -1,7 +0,0 @@
from donationalerts_api import Alert
alert = Alert("token")
@alert.event()
def new_donation(event):
print(event)
Loading…
Cancel
Save