Skip to content

Commit

Permalink
Исправление отступа для текста репоста
Browse files Browse the repository at this point in the history
  • Loading branch information
egorprnn committed Feb 12, 2021
1 parent 2771922 commit ff6dab4
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vk2discord",
"version": "2.1.3",
"version": "2.1.4",
"LATEST_CONFIG_VERSION": 4,
"description": "Автоматическая публикация записей из группы или профиля VK.COM в канал Discord.",
"main": "build/index.js",
2 changes: 1 addition & 1 deletion src/modules/Message.ts
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ export class Message {
this.repost += `\n>>> [**Репост записи**](https://vk.com/wall${repost.from_id}_${repost.id})`;

if (repost.text) {
this.repost += `${
this.repost += `\n\n${
await new Markdown(VK)
.fix(repost.text)
}`;

0 comments on commit ff6dab4

Please sign in to comment.