![]() |
![]() |
![]() |
![]() |
---|
This bot allows you to generate quests and much more using text-based specific commands.
- Node JS v20.10.0
- NPM v10.2.3
- nodemon lates
Steps to install this project.
- Clone this repository
git clone https://github.com/Shiyinq/quest-by-system.git
- Navigate to the project directory:
cd quest-by-system/client/telegram-bot
- Install dependencies:
npm install
Steps to run the bot after installation.
- Run the Backend README
- Create
.env
filecp .env.example .env
- Fill the
BOT_TOKEN
you can get token from @BotFather - Run the bot script:
npm run dev
You can open logs
folder to see the error and on your own terminal.
- You can open issues to report bugs or request features.
- You can fix bugs and add features on your own.
- Fork this repository
- Create a feature branch
git checkout -b new-feature
- Commit your changes
git commit -m 'Add new feature'
- Push to the branch
git push origin new-feature
- Create a Pull Request