mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.6.2 Hapuego
This commit is contained in:
+2
-2
@@ -450,8 +450,8 @@ async function createUeuseHtml(ueuse, selectedUniqid = null) {
|
||||
|
||||
if (ueuse["type"] == "Reuse") {
|
||||
if (ueuse["reuse"]) {
|
||||
check = getCheckIcon(ueuse["reuse"]["userdata"]);
|
||||
bot = getBotIcon(ueuse["reuse"]["userdata"]);
|
||||
check = getCheckIcon(ueuse["userdata"]);
|
||||
bot = getBotIcon(ueuse["userdata"]);
|
||||
}
|
||||
|
||||
if (ueuse["ueuse"].length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user