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