Fsoky Community
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
README.md
|
|
@ -102,7 +102,7 @@ if __name__ == "__main__": |
|
|
|
|
|
|
|
## New donations in real-time without Oauth2 |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
```py |
|
|
|
from donationalerts_api import Alert |
|
|
@ -113,3 +113,5 @@ alert = Alert("token") |
|
|
|
def new_donation(event): |
|
|
|
print(event) |
|
|
|
``` |
|
|
|
|
|
|
|
 |
|
|
|