Skip to content

Commit 4f02625

Browse files
committed
✏️ Fix typo
1 parent c6f3d39 commit 4f02625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discordoauth2/async_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async def join_guild(
144144
return await response.json()
145145
elif response.status == 401:
146146
raise Exceptions.Forbidden(
147-
f"this AccessToken does not have the nessasary scope."
147+
f"this AccessToken does not have the necessary scope."
148148
)
149149
elif response.status == 403:
150150
raise Exceptions.Forbidden(

0 commit comments

Comments
 (0)