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"