Fixed problems with commands: add, list, display commands:
Problem with add command - no rank number value (I, II, III, IV)
League Points (LP) was added in order to make team for top tiers like Master, Grand Master and Challengers as league points were necessary to differentiate the gap between summoners with same tier
Problem with list command: Challenger, Grand Master and Master players shown as C1, G1, M1 as shown below
Changed it to Challenger: CH, Grand Master: GM, Master: MA so that it is easier to recognize
Problem with rank command: @관전남 <command> not needed and changes needed in positioning as shown below
Removed the @관전남 <command> and changed position between the rank information and All Data from NA server
Problem with rank command: Had errors when trying to display rank for Unranked summoners as shown below
Added emblem for unranked tier, set all rank values to zero if unranked as it was complaining how they can't find rank information
Befor putting PR (put x in bracket if you ran it.);
pylint $(git ls-files '*.py')
passesOverview
Issue https://github.com/dhmoon91/discord/issues/33
Fixed problems with commands:
add
,list
,display
commands:Problem with add command - no rank number value (I, II, III, IV)
Problem with list command: Challenger, Grand Master and Master players shown as C1, G1, M1 as shown below
Challenger: CH
,Grand Master: GM
,Master: MA
so that it is easier to recognizeProblem with rank command:
@관전남 <command>
not needed and changes needed in positioning as shown below@관전남 <command>
and changed position between the rank information andAll Data from NA server
Problem with rank command: Had errors when trying to display rank for Unranked summoners as shown below