Fix character counting on /look. Initial support for jumping over DST boundaries

This commit is contained in:
jude
2022-11-20 12:20:10 +00:00
parent e9792e6322
commit 6e087bd2dd
6 changed files with 571 additions and 495 deletions

View File

@ -113,7 +113,7 @@ impl ComponentDataModel {
char_count < EMBED_DESCRIPTION_MAX_LENGTH
})
.collect::<Vec<String>>()
.join("\n");
.join("");
let mut embed = CreateEmbed::default();
embed