mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Oopsie lol
This commit is contained in:
@@ -278,7 +278,7 @@ async function CustomEvent(data) {
|
|||||||
|
|
||||||
const messageEl = document.createElement('div');
|
const messageEl = document.createElement('div');
|
||||||
if (data.duration > 1)
|
if (data.duration > 1)
|
||||||
messageEl.innerText = `<b>${data.duration} months</b>`;
|
messageEl.innerHTML = `<b>${data.duration} months</b>`;
|
||||||
else
|
else
|
||||||
messageEl.innerHTML = '<b>First time subscriber!</b>';
|
messageEl.innerHTML = '<b>First time subscriber!</b>';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user