aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar mathsman5133 <[email protected]>2018-10-13 11:33:51 +1100
committerGravatar mathsman5133 <[email protected]>2018-10-13 11:33:51 +1100
commit6b5ad9c4fc9f431336569ffe7359bc60becb66a1 (patch)
treeccd02fae1c97338030fe084dca0846d2f4f7a9eb /bot
parentAdd new line and remove save variable (not used) (diff)
Remove new line at end of file
Diffstat (limited to 'bot')
-rw-r--r--bot/cogs/candy_collection.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/cogs/candy_collection.py b/bot/cogs/candy_collection.py
index 713e1f2f..b1d47cdb 100644
--- a/bot/cogs/candy_collection.py
+++ b/bot/cogs/candy_collection.py
@@ -206,5 +206,4 @@ class CandyCollection:
def setup(bot):
- bot.add_cog(CandyCollection(bot))
-
+ bot.add_cog(CandyCollection(bot)) \ No newline at end of file