From 8d57ce6c03587e3478100cb30023ea6bbc254cd6 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 20 Nov 2016 19:28:09 -0600 Subject: [PATCH] Corrected syntax error --- cogs/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/core.py b/cogs/core.py index 1b06899..42b383e 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -121,7 +121,7 @@ class Core: # Create the original embed object opts = {'title': 'Dev Server', - 'description': 'Join the server above for any questions/suggestions about me.' + 'description': 'Join the server above for any questions/suggestions about me.', 'url': config.dev_server} embed = discord.Embed(**opts) @@ -136,7 +136,7 @@ class Core: ttt_games = len([server_id for server_id, game in self.bot.get_cog('TicTacToe').boards.items()]) - + count_battles = 0 for battles in self.bot.get_cog('Interaction').battles.values(): count_battles += len(battles)