diff options
author | 2021-04-19 20:56:53 +0100 | |
---|---|---|
committer | 2021-04-19 20:56:53 +0100 | |
commit | 713396a91859d914478e417ee6ab9e0a26ee6cf5 (patch) | |
tree | 4e3634a7fbbb9258060c963696cc3069a141dd47 /bot/exts/evergreen/pythonfacts.py | |
parent | chore: switch commands.Bot typehints to bot.bot's Bot (diff) |
chore(evergreen): format each cog load docstring the same way
Diffstat (limited to 'bot/exts/evergreen/pythonfacts.py')
-rw-r--r-- | bot/exts/evergreen/pythonfacts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/pythonfacts.py b/bot/exts/evergreen/pythonfacts.py index bbc4eb17..1dd9b40d 100644 --- a/bot/exts/evergreen/pythonfacts.py +++ b/bot/exts/evergreen/pythonfacts.py @@ -30,5 +30,5 @@ class PythonFacts(commands.Cog): def setup(bot: Bot) -> None: - """Load PythonFacts Cog.""" + """Load the PythonFacts Cog.""" bot.add_cog(PythonFacts(bot)) |