https://github.com/tohidkhan6332/tohid_tg-bot
TOHID KHAN TELEGRAM MUSIC BOT VERY BEST AND VERY FAST
https://github.com/tohidkhan6332/tohid_tg-bot
bot bots music-bot telegram telegram-bot tohid tohid-yousefi
Last synced: 2 months ago
JSON representation
TOHID KHAN TELEGRAM MUSIC BOT VERY BEST AND VERY FAST
- Host: GitHub
- URL: https://github.com/tohidkhan6332/tohid_tg-bot
- Owner: Tohidkhan6332
- License: mit
- Created: 2024-11-15T17:32:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:48:43.000Z (6 months ago)
- Last Synced: 2025-01-21T02:11:12.259Z (4 months ago)
- Topics: bot, bots, music-bot, telegram, telegram-bot, tohid, tohid-yousefi
- Language: JavaScript
- Homepage: https://whatsapp.com/channel/0029VaGyP933bbVC7G0x0i2T
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOHID_TG_BOT-V1

**Tohid khan Bot** is a versatile Telegram bot built with the **Telegraf** framework for Telegram integration. This bot offers a wide range of features including AI, multimedia support, and custom plugin handling. Created by **Mr Tohid**, it is designed to be a powerful tool for automation and interactive.
## Features
- **AI Chat**: The bot supports intelligent conversations with the help of AI.
- **Multimedia Support**: Easily send videos, images, and audios.
- **Custom Plugins**: Add your own plugins to extend the bot's functionality.
- **Custom Commands**: Create and use custom commands tailored to your needs.## Usage/Examples
```
const helper = {
command: ['hello'],
description: 'Sends a hello message',
operate: async (ctx, { bot, text, prefix, command }) => {
await ctx.reply('Hello, World!');
},
noPrefix: false,
isOwner: false,
isGroup: false,
isPremium: false,
};export default helper;
```## Installation
Install my-project with npm
```bash
git clone https://github.com/Tohidkhan6332/TOHID_TG-BOT.git
cd TOHID_TG-BOT
npm install# .env file
BOT_TOKEN=your_bot_token_here
OWNER=["your_username_here"]npm start
```
## License[MIT](https://raw.githubusercontent.com/Tohidkhan6332/TOHID_TG-BOT/refs/heads/main/LICENSE)