fix zoznam
This commit is contained in:
@@ -699,7 +699,7 @@ export default {
|
|||||||
|
|
||||||
if (role?.length) {
|
if (role?.length) {
|
||||||
for (const rola of role) {
|
for (const rola of role) {
|
||||||
textZoznam += `\n- ${rola.nazov} <@&${rola.id}>`
|
textZoznam += `\n- ${rola.nazov ? `${rola.nazov} `: ``}<@&${rola.id}>`
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
textZoznam += `\nziadne role`
|
textZoznam += `\nziadne role`
|
||||||
|
|||||||
Reference in New Issue
Block a user