Head over to Starter-V2.5
Starter-V1 BOT is a versatile Telegram bot project designed by SatoX69. Unlike many other bots, this project has no obfuscation or encrypted code chunks. It operates independently without relying on any external APIs.
- Respond to Command Initialization: The bot listens and responds to messages starting with a slash (/) and notifies the user if it's a valid command.
- No External Services or Third-party APIs: The project uses only first-party modules, resulting in lower latency.
- Database Integration: The bot integrates with both SQLite and MongoDB, using them efficiently.
- Bot Account Token
-
Clone the Repository:
git clone https://github.com/SatoX69/Starter-V1-Bot cd Bot
-
Install Dependencies:
npm install
-
Configure the Bot:
- Review the
config.json
file. - Review the
config_handler.json
file
- Review the
npm run start
To interact with the bot, users must initiate a command to add themselves to the bot's database.
/help
- Displays a list of available commands and their descriptions.
This project is licensed under the MIT License. See the LICENSE file for more details.