Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cop-discord authored Jun 10, 2024
1 parent 02fd6c2 commit 9cd8b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ async def login(self, token: str) -> None:
passing status code.
"""

_log.info('loguru in using static token')
_log.info('logging in using static token')

if self.loop is _loop:
await self._async_setup_hook()
Expand Down

0 comments on commit 9cd8b9c

Please sign in to comment.