A Telegram bot that lets you interact with the Bing AI from chats that you allow in the config.
To start using this project, please copy variables.example.ts to variables.ts, and go through it.
variables.example.ts
variables.ts
Once you've made the required changes to variables.ts, you can run yarn dev to run the bot.
yarn dev
You can also build the bot using yarn build and run it using yarn start or node dist/src.
yarn build
yarn start
node dist/src