holy shit just check the TODO.md

This commit is contained in:
2025-02-16 02:38:28 +01:00
parent bbc99a4ba3
commit 4aab1015a1
5 changed files with 88 additions and 39 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ pub async fn embed(
ctx,
EmbedOptions {
desc: description.replace("\\n", "\n"),
title: Some(title.unwrap().replace("\\n", "\n")),
title: if title.is_some() { Some(title.unwrap().replace("\\n", "\n")) } else { None },
col: color,
url,
ts: timestamp,