This commit is contained in:
dada513 2022-06-07 12:20:18 +02:00
parent de2ff62cd5
commit 678255d82c
No known key found for this signature in database
GPG key ID: 403448C14FA4B33E

View file

@ -12,7 +12,7 @@ export const cmd: Command = {
const tag = tags[i]; const tag = tags[i];
let text = ''; let text = '';
if (tag.aliases && tag.aliases[0]) { if (tag.aliases && tag.aliases[0]) {
text += '**Aliases**: ' + tag.aliases.join(', '); text += '**Aliases**: ' + tag.aliases.join(', ') + "\n";
} }
if (tag.text) { if (tag.text) {