.
This commit is contained in:
@@ -42,11 +42,13 @@ module.exports = {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const guildName = guildCheck.data.name ?? "None"
|
||||||
|
|
||||||
await interaction.editReply({
|
await interaction.editReply({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: stats.data.username,
|
title: stats.data.username,
|
||||||
description: "**Network Level:** `" + stats.data.level.toString() + "`\n" +
|
description: "**Network Level:** `" + stats.data.level.toString() + "`\n" +
|
||||||
"**Current Guild:** `" + guildCheck.data.name + "`",
|
"**Current Guild:** `" + guildName + "`",
|
||||||
color: embedColor,
|
color: embedColor,
|
||||||
thumbnail: {
|
thumbnail: {
|
||||||
url: head
|
url: head
|
||||||
|
|||||||
Reference in New Issue
Block a user