11 lines
168 B
JavaScript

function discpop()
{
Swal.fire
({
title: "",
text: "",
icon: "info",
confirmButtonText: "Okay!",
theme: "dark"
});
}