mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54: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()
|
||||
.setAuthor({
|
||||
name: res.name,
|
||||
name: res.name || "Unknown",
|
||||
})
|
||||
.addFields([
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue