Currently the width of the team embeds are different depending on the length of the summoner names. If the summoner names are too long like "DeleteThisGame", the width of the embed will be wider than the embed with short summoner names.
I tried putting whitespaces after the short names to match MAX_LENGTH_SUMMONER_NAME = 16 and fill in whitespace to match exactly 16 characters for each names but the discord seems to ignore any whitespaces after the last character of the summoner names.
Currently the width of the team embeds are different depending on the length of the summoner names. If the summoner names are too long like "DeleteThisGame", the width of the embed will be wider than the embed with short summoner names.
I tried putting whitespaces after the short names to match
MAX_LENGTH_SUMMONER_NAME = 16
and fill in whitespace to match exactly 16 characters for each names but the discord seems to ignore any whitespaces after the last character of the summoner names.