add tooltip to status bubble

This commit is contained in:
zyqunix 2025-02-13 21:18:14 +01:00
parent b42a701513
commit 13d2a5dc29
2 changed files with 2 additions and 1 deletions

View file

@ -21,4 +21,5 @@ lanyard({
nameDiv.setAttribute("data-tooltip", "No custom status");
}
status.setAttribute("data-tooltip", data.discord_status);
})