Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fixed small error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Aug 29, 2024
1 parent da6cdf4 commit 5f2af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/dashBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ router.post(`/hook`, (req, res) => {
description: `Приглашение в комнату ${data.data.id}`,
is_personal: false,
caption: `Не знаете, куда пойти? Давайте подберем вам место! (инвайт в комнату ${data.data.id})`,
thumbnail_url: `${bot_url}/dash/cover.jpg`,
thumbnail_url: `${bot_url}/cover.jpg`,
reply_markup: {
inline_keyboard: [
[
Expand Down

0 comments on commit 5f2af78

Please sign in to comment.