New commit
- Added ban checking ⚖️ - GUI 🪟 - HWID Checking/Creating module ⚙
This commit is contained in:
11
app/assets/js/banned.js
Normal file
11
app/assets/js/banned.js
Normal file
@@ -0,0 +1,11 @@
|
||||
function setBannedBy(banner) {
|
||||
document.querySelector("#bannedBy").innerText = banner
|
||||
}
|
||||
|
||||
function setBannedAt(date) {
|
||||
document.querySelector("#bannedAt").innerText = date
|
||||
}
|
||||
|
||||
function setBannedBecause(reason) {
|
||||
document.querySelector("#bannedBecause").innerText = reason
|
||||
}
|
||||
Reference in New Issue
Block a user