aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar MrKomodoDragon <[email protected]>2021-02-16 17:58:31 -0800
committerGravatar GitHub <[email protected]>2021-02-16 17:58:31 -0800
commita68e8f558cfee18bdb04c9e9a07cc9d293bd6c71 (patch)
tree8fad80eabf045c98b23de6dfd0ee659c1911bc9a /bot
parentRemove bold (diff)
Update docstring for Cog
Co-authored-by: Shivansh-007 <[email protected]>
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/evergreen/pythonfacts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/pythonfacts.py b/bot/exts/evergreen/pythonfacts.py
index fcb78168..dbc38ef4 100644
--- a/bot/exts/evergreen/pythonfacts.py
+++ b/bot/exts/evergreen/pythonfacts.py
@@ -21,5 +21,5 @@ class PythonFacts(commands.Cog):
def setup(bot: commands.Bot) -> None:
- """Adding the cog to the bot."""
+ """Load PythonFacts Cog."""
bot.add_cog(PythonFacts(bot))