add default desc

This commit is contained in:
Daniel Bulant 2021-12-22 08:37:48 +01:00
parent 846aa93cc1
commit 8a4748fe21

View file

@ -42,6 +42,10 @@ module.exports = class suplovani extends commando.Command {
);
}
if(!embed.fields.length) {
embed.setDescription("Není hlášeno žádné suplování.");
}
return msg.say(embed);
}
};