dhmoon91 / porobot

0 stars 0 forks source link

Resize width of the teams embed #40

Open jung1411 opened 3 years ago

jung1411 commented 3 years ago

image

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.