File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121
2222this = sys .modules [__name__ ] # For holding module globals
23- this .VersionNo = "2.1 "
23+ this .VersionNo = "2.2 "
2424this .FactionNames = []
2525this .TodayData = {}
2626this .YesterdayData = {}
@@ -874,9 +874,9 @@ def generate_discord_text(data):
874874
875875 discord_text += f"```css\n { data [i ][0 ]['System' ]} \n { system_discord_text } ```" if system_discord_text != "" else ""
876876
877- #check if discord text is empty before adding cia text
878- if discord_text != "" :
879- discord_text += "\n Generated by CIA-BGS-Tally."
877+ #check if discord text is empty before adding cia text
878+ if discord_text != "" :
879+ discord_text += "\n Generated by CIA-BGS-Tally."
880880
881881 return discord_text .replace ("'" , "" )
882882
You can’t perform that action at this time.
0 commit comments