mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
fix minecraft error
This commit is contained in:
parent
b6ee119e3d
commit
83414e817a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Minecraft extends BaseCommand {
|
||||||
|
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setAuthor({
|
.setAuthor({
|
||||||
name: res.name,
|
name: res.name || "Unknown",
|
||||||
})
|
})
|
||||||
.addFields([
|
.addFields([
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue