diff options
Diffstat (limited to 'discord/shard.py')
| -rw-r--r-- | discord/shard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/shard.py b/discord/shard.py index 91790f93..fba96f44 100644 --- a/discord/shard.py +++ b/discord/shard.py @@ -276,7 +276,7 @@ class AutoShardedClient(Client): async def close(self): """|coro| - Closes the connection to discord. + Closes the connection to Discord. """ if self.is_closed(): return |