[+] nonick fix

pull/141/head
ZetGo | Aleksej K. 2025-06-04 01:38:34 +03:00
parent cef9a212d3
commit 0137b61751
1 changed files with 3 additions and 1 deletions

View File

@ -137,7 +137,9 @@ class CommandDispatcher:
]
self._cached_usernames.extend(
getattr(self._client.heroku_me, "usernames", None) or []
u.username.lower()
for u in getattr(self._client.heroku_me, "usernames", [])
or []
)
self.raw_handlers = []