Update script.js
parent
f3bead9395
commit
1fdc2bd162
|
@ -23,7 +23,7 @@
|
||||||
let name = `<strong>${user.username}</strong>`;
|
let name = `<strong>${user.username}</strong>`;
|
||||||
let pn = [];
|
let pn = [];
|
||||||
|
|
||||||
row.insertCell().innerHTML = `<img src="${user.avatarURL}" alt="${user.username}" style="width:30px;height:30px;"> ${name}`;
|
row.insertCell().innerHTML = `<img src="${user.avatarURL}" alt="${user.username}" style="width:30px;height:30px;"> ${name} ${user.res.isManager ? ' [k]' : ''}`;
|
||||||
// row.insertCell().innerText = `${info.userID} | #${user.discriminator}`;
|
// row.insertCell().innerText = `${info.userID} | #${user.discriminator}`;
|
||||||
let departmentAndTitle = '';
|
let departmentAndTitle = '';
|
||||||
if (info.title && info.dept) {
|
if (info.title && info.dept) {
|
||||||
|
|
Loading…
Reference in New Issue