diff options
| author | 2019-09-11 23:21:17 +0800 | |
|---|---|---|
| committer | 2019-09-11 23:21:17 +0800 | |
| commit | bfdfd5d4836c5f1a261388280f109b09e860738f (patch) | |
| tree | 62b632d778c78b1edf6cacafa18996a6b2c33077 /bot/seasons/evergreen/speedrun.py | |
| parent | Add more uwu conversions (diff) | |
| parent | Merge pull request #269 from python-discord/hacktoberfest-update (diff) | |
Merge branch 'text-modify-embeds' of github.com:python-discord/seasonalbot into text-modify-embeds
Diffstat (limited to 'bot/seasons/evergreen/speedrun.py')
| -rw-r--r-- | bot/seasons/evergreen/speedrun.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/speedrun.py b/bot/seasons/evergreen/speedrun.py index f6a43a63..5e3d38a0 100644 --- a/bot/seasons/evergreen/speedrun.py +++ b/bot/seasons/evergreen/speedrun.py @@ -23,6 +23,6 @@ class Speedrun(commands.Cog): def setup(bot): - """Load the Speedrun cog""" + """Load the Speedrun cog.""" bot.add_cog(Speedrun(bot)) log.info("Speedrun cog loaded") |