We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f3d39 commit 4f02625Copy full SHA for 4f02625
discordoauth2/async_oauth.py
@@ -144,7 +144,7 @@ async def join_guild(
144
return await response.json()
145
elif response.status == 401:
146
raise Exceptions.Forbidden(
147
- f"this AccessToken does not have the nessasary scope."
+ f"this AccessToken does not have the necessary scope."
148
)
149
elif response.status == 403:
150
0 commit comments