Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeexlr committed Oct 9, 2023
1 parent b800a92 commit 782460b
Show file tree
Hide file tree
Showing 267 changed files with 35,168 additions and 7 deletions.
9 changes: 5 additions & 4 deletions bot/bot.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
const { Telegraf } = require("telegraf");
const TOKEN = '6447815073:AAG7RGNkWzd2zDz-_8bHjESjfB7H3iXF5I4';
const TOKEN = 'YOUR_BOT_TOKEN_HERE';
const bot = new Telegraf(TOKEN);

const web_link = '';

bot.start((cctx) => cctx.reply('Welcome', {
const web_link = 'https://t.me/FlipnoteBot/note';

bot.start((ctx) => ctx.reply('Welcome', {
reply_markup: {
keyboard:[ [ {text:'webapp', url: 'https://t.me/FlipnoteBot/note'}]]
inline_keyboard:[ [ {text:'webapp', url: web_link}]]
},
}) )

Expand Down
12 changes: 12 additions & 0 deletions bot/node_modules/.bin/telegraf

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

17 changes: 17 additions & 0 deletions bot/node_modules/.bin/telegraf.cmd

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

28 changes: 28 additions & 0 deletions bot/node_modules/.bin/telegraf.ps1

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

162 changes: 162 additions & 0 deletions bot/node_modules/.package-lock.json

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

21 changes: 21 additions & 0 deletions bot/node_modules/@telegraf/types/LICENSE

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

113 changes: 113 additions & 0 deletions bot/node_modules/@telegraf/types/README.md

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

22 changes: 22 additions & 0 deletions bot/node_modules/@telegraf/types/api.d.ts

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

0 comments on commit 782460b

Please sign in to comment.