mirror of
https://github.com/danbulant/ssps-bot
synced 2026-05-19 03:58:39 +00:00
add default desc
This commit is contained in:
parent
846aa93cc1
commit
8a4748fe21
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue