diff options
author | 2023-07-14 13:21:53 +0100 | |
---|---|---|
committer | 2023-07-14 13:21:53 +0100 | |
commit | 29af8a99dea22358ba0774f6b4eb9fbfbaeae353 (patch) | |
tree | f2a31e3b2cbf9803f7d89429a33ed2e5c1a10999 /pydis_core/async_stats.py | |
parent | Update get_or_fetch_channel's return type (#187) (diff) | |
parent | Update code for new linter rules (diff) |
Merge pull request #184 from python-discord/bump-d.py
Bump d.py & update view with user and role check
Diffstat (limited to 'pydis_core/async_stats.py')
-rw-r--r-- | pydis_core/async_stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_core/async_stats.py b/pydis_core/async_stats.py index ae409467..4c94d856 100644 --- a/pydis_core/async_stats.py +++ b/pydis_core/async_stats.py @@ -16,7 +16,7 @@ class AsyncStatsClient(StatsClientBase): loop: asyncio.AbstractEventLoop, host: str = "localhost", port: int = 8125, - prefix: str = None + prefix: str | None = None ): """ Create a new :obj:`AsyncStatsClient`. |