diff options
author | 2018-10-13 11:37:11 +1100 | |
---|---|---|
committer | 2018-10-13 11:37:11 +1100 | |
commit | f03debf36a3b0c1155474b6f7b7d5d95478d4170 (patch) | |
tree | 537f40e9b2a98627ce3087dea857598e061bdca2 | |
parent | Remove new line at end of file (diff) |
Add that line back lol
-rw-r--r-- | bot/cogs/candy_collection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/candy_collection.py b/bot/cogs/candy_collection.py index b1d47cdb..b8a36115 100644 --- a/bot/cogs/candy_collection.py +++ b/bot/cogs/candy_collection.py @@ -206,4 +206,4 @@ class CandyCollection: def setup(bot): - bot.add_cog(CandyCollection(bot))
\ No newline at end of file + bot.add_cog(CandyCollection(bot)) |