diff options
| author | 2021-05-03 14:06:05 -0400 | |
|---|---|---|
| committer | 2021-05-03 14:06:05 -0400 | |
| commit | 5189259ea3332bffa61863452f7f07bec0f4b533 (patch) | |
| tree | 3a20960824c8d4673e6ccd389da538caf57358dc | |
| parent | Clean Up the Easter Season (diff) | |
chore: End the sentence with a period
| -rw-r--r-- | bot/exts/evergreen/battleship.py | 2 | 
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))  |