Skip to content

Commit 69b63b9

Browse files
committed
Исправление установки источника записи
1 parent 7446d8e commit 69b63b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class Handler {
145145
if (copyright) {
146146
const group = await getById(this.VK.api, copyright.id);
147147

148-
builder.setFooter(`${builder.footer?.text}${builder.footer?.text ? " • " : ""}Источник: ${copyright.name}`, builder.footer?.iconURL || group?.photo_50);
148+
builder.setFooter(`${builder.footer?.text || ""}${builder.footer?.text ? " • " : ""}Источник: ${copyright.name}`, builder.footer?.iconURL || group?.photo_50);
149149
}
150150
}
151151
}

0 commit comments

Comments
 (0)