Starter-V2.5 BOT is a versatile Telegram bot project which is built upon its predecessor, Starter-V1
- 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-V2.5 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.