Skip to content

Commit ba35536

Browse files
authored
Merge pull request #11 from zyrafaq/patch-1
Link sync_oauth.py and async_oauth.py in README.md
2 parents 986cf87 + bd2bb0d commit ba35536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ app.run("0.0.0.0", 8080)
6060
```
6161

6262
### Async usage
63-
Asynchronous usage is also supported, you can use the async version of the library by importing `discordoauth2.AsyncClient` instead of `discordoauth2.Client`. The methods are the same, but they’re coroutines.
63+
Asynchronous usage is also supported, you can use the async version of the library by importing [`discordoauth2.AsyncClient`](https://github.com/treeben77/discord-oauth2.py/blob/main/discordoauth2/sync_oauth.py) instead of [`discordoauth2.Client`](https://github.com/treeben77/discord-oauth2.py/blob/main/discordoauth2/async_oauth.py). The methods are the same, but they’re coroutines.

0 commit comments

Comments
 (0)