diff --git a/discord/client.py b/discord/client.py index a31c9c2..52d4819 100644 --- a/discord/client.py +++ b/discord/client.py @@ -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()