fix zoznam
This commit is contained in:
@@ -653,7 +653,7 @@ export default {
|
|||||||
textZoznam += `\n- ${kolekcia}`
|
textZoznam += `\n- ${kolekcia}`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
textZoznam += `ziadne kolekcie`
|
textZoznam += `\nziadne kolekcie`
|
||||||
}
|
}
|
||||||
|
|
||||||
await interaction.createFollowup({
|
await interaction.createFollowup({
|
||||||
@@ -702,7 +702,7 @@ export default {
|
|||||||
textZoznam += `\n- ${rola.nazov} <@&${rola.id}>`
|
textZoznam += `\n- ${rola.nazov} <@&${rola.id}>`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
textZoznam += `ziadne kolekcie`
|
textZoznam += `\nziadne kolekcie`
|
||||||
}
|
}
|
||||||
|
|
||||||
await interaction.createFollowup({
|
await interaction.createFollowup({
|
||||||
|
|||||||
Reference in New Issue
Block a user