test
This commit is contained in:
parent
6da2446e50
commit
b722f2333c
@ -33,7 +33,6 @@ module.exports = {
|
|||||||
|
|
||||||
for (const chunk of chunks) {
|
for (const chunk of chunks) {
|
||||||
for (const link of chunk) {
|
for (const link of chunk) {
|
||||||
console.log(link);
|
|
||||||
const user = await interaction.client.users.fetch(link.discord_id).catch(() => null);
|
const user = await interaction.client.users.fetch(link.discord_id).catch(() => null);
|
||||||
const discordName = user ? user.globalName : link.discord_username;
|
const discordName = user ? user.globalName : link.discord_username;
|
||||||
const lastConn = link.lastConnection
|
const lastConn = link.lastConnection
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user