From d511c15c2e6ebe2515a912dc8935dfb740e8ebb7 Mon Sep 17 00:00:00 2001 From: rikkolovescats Date: Thu, 3 Aug 2023 14:56:26 +0000 Subject: [PATCH] [ci] auto-format --- plugins/utilities/discord_richpresence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utilities/discord_richpresence.py b/plugins/utilities/discord_richpresence.py index eb018db..85d5c0d 100644 --- a/plugins/utilities/discord_richpresence.py +++ b/plugins/utilities/discord_richpresence.py @@ -850,7 +850,7 @@ class DiscordRP(babase.Plugin): if name == this: self.rpc_thread.large_image_key = "lobby" self.rpc_thread.large_image_text = "Bombing up" - #self.rpc_thread.small_image_key = "lobbysmall" + # self.rpc_thread.small_image_key = "lobbysmall" if name == "Ranking": self.rpc_thread.large_image_key = "ranking" self.rpc_thread.large_image_text = "Viewing Results"