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