aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-03 14:06:05 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-03 14:06:05 -0400
commit5189259ea3332bffa61863452f7f07bec0f4b533 (patch)
tree3a20960824c8d4673e6ccd389da538caf57358dc
parentClean Up the Easter Season (diff)
chore: End the sentence with a period
-rw-r--r--bot/exts/evergreen/battleship.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/battleship.py b/bot/exts/evergreen/battleship.py
index 813f998e..78fb0937 100644
--- a/bot/exts/evergreen/battleship.py
+++ b/bot/exts/evergreen/battleship.py
@@ -440,5 +440,5 @@ class Battleship(commands.Cog):
def setup(bot: Bot) -> None:
- """Load the Battleship cog"""
+ """Load the Battleship Cog."""
bot.add_cog(Battleship(bot))