We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7446d8e commit 69b63b9Copy full SHA for 69b63b9
src/modules/Handler.ts
@@ -145,7 +145,7 @@ export class Handler {
145
if (copyright) {
146
const group = await getById(this.VK.api, copyright.id);
147
148
- builder.setFooter(`${builder.footer?.text}${builder.footer?.text ? " • " : ""}Источник: ${copyright.name}`, builder.footer?.iconURL || group?.photo_50);
+ builder.setFooter(`${builder.footer?.text || ""}${builder.footer?.text ? " • " : ""}Источник: ${copyright.name}`, builder.footer?.iconURL || group?.photo_50);
149
}
150
151
0 commit comments