From 0a125c8822f5a5f5e7ff19a7dc86cc5a347bce5d Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 10 Sep 2020 09:11:59 +0100 Subject: [PATCH] Just removing whitespace --- cogs/libs/starboard.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cogs/libs/starboard.py b/cogs/libs/starboard.py index 43c7b724..743af4c1 100644 --- a/cogs/libs/starboard.py +++ b/cogs/libs/starboard.py @@ -183,9 +183,7 @@ class Starboard: # Update the stars that the message has in the database and set the star message id to None try: - update = """UPDATE starboard_messages - SET stars = $1 - WHERE root_message_id = $2 AND guild_id = $3""" + update = """UPDATE starboard_messages SET stars = $1 WHERE root_message_id = $2 AND guild_id = $3""" await conn.execute(update, new_stars, message.id, payload.guild_id) # Catch errors