From a8d60d83ab429af7cba8f85b41b5d72c9d08b579 Mon Sep 17 00:00:00 2001 From: Pawel Orzech Date: Fri, 8 Nov 2019 16:30:58 +0000 Subject: [PATCH] Fixes --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 4f68fb2..f730b9f 100644 --- a/commands.py +++ b/commands.py @@ -1468,7 +1468,7 @@ def change_supporter(): cards_to_display_dicts.append(char) cards_to_display.append( char['Type'] + char['Rarity'] + ' ' + char['Name'] + ' | ' + str(char['ID']) + ' | ' + str( - char['UniqueID']) + ' | ' ' x '+str(x['quantity'])) + char['UniqueID']) + ' | ' ' x '+str(['quantity'])) ###Define links to display links_master = []