diff options
author | 2020-05-07 21:32:12 -0400 | |
---|---|---|
committer | 2020-05-07 21:32:12 -0400 | |
commit | 4ca9e78eb515f081d18503c9b9683e252f7a46bd (patch) | |
tree | bc5d29f4f791cdf7ccaf4ae3488544b6d70ef7d3 | |
parent | Updated Prefix and Website (diff) |
Lint limit
-rw-r--r-- | bot/exts/evergreen/snakes/snakes_cog.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/exts/evergreen/snakes/snakes_cog.py b/bot/exts/evergreen/snakes/snakes_cog.py index 8a4d1603..7dfb859f 100644 --- a/bot/exts/evergreen/snakes/snakes_cog.py +++ b/bot/exts/evergreen/snakes/snakes_cog.py @@ -945,7 +945,8 @@ class Snakes(Cog): title="About the snake cog", description=( "The features in this cog were created by members of the community " - "during our first ever [code jam event](https://pythondiscord.com/pages/code-jams/code-jam-1-snakes-bot/). \n\n" + "during our first ever " + "[code jam event](https://pythondiscord.com/pages/code-jams/code-jam-1-snakes-bot/). \n\n" "The event saw over 50 participants, who competed to write a discord bot cog with a snake theme over " "48 hours. The staff then selected the best features from all the best teams, and made modifications " "to ensure they would all work together before integrating them into the community bot.\n\n" |