Skip to content

Commit

Permalink
[ADD] adding a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Dec 24, 2022
1 parent 006ea93 commit b18737a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions delta/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ export const keyboard = new InlineKeyboard()
.url(`UwUssimo (Программист)`, `https://t.me/uwublog`)
.row()
.url(`𝐑𝐨𝐜𝐤𝐞𝐭✧ (Создатель Диалога)`, `https://t.me/stacyxan`)
//.row()
//.url(`Dilfuza (Дизайнер)`, `https://t.me/i_dilfuz`)
.row()
// Work hard in order to play hard...
//.url(`Dilfuza (Дизайнер)`, `https://t.me/i_dilfuz`)
// .row()
.url(
`Исходный Код (GitHub)`,
`https://github.com/uzinfocom-org/dialogue`,
)
.row();
);

composer.command("about", isPrivate, async (ctx: Context): Promise<void> => {
await ctx.reply(message, {
Expand Down

0 comments on commit b18737a

Please sign in to comment.