Skip to content

Commit

Permalink
updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chisa-dev committed Jan 25, 2025
1 parent 5b48080 commit 93f3798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ bot.onText(/\/start/, async (msg) => {
reply_markup: {
inline_keyboard: [
[{ text: '📜 Translate', callback_data: 'translate' }, { text: '🔍 Fix Grammar', callback_data: 'grammar_fix' }],
[{ text: '🎵 Download MP3 YouTube', callback_data: 'download_mp3' }],
[{ text: '🔗 Download TikTok', callback_data: 'download_video' }],
[{ text: '🎵 YouTube Downloader', callback_data: 'download_mp3' }],
[{ text: '🔗 TikTok Downloader', callback_data: 'download_video' }],
[{ text: '🖼️ Extract Text from Image', callback_data: 'extract_text' }],
[{ text: '⚙️ Settings', callback_data: 'settings' }]
]
Expand Down

0 comments on commit 93f3798

Please sign in to comment.