A app that allows you to chat as a discord bot
made with node.js and electron.js
Viewbot allows you to be inside a discord bot and chat as the bot you can use it to prank your friends
by NichuNaizam
Download the pre-release from here Click on the win64.zip file and it should start downloading (The app isnt available for the other platforms, if you really want it you can build it your self, i will add other platforms on the actual release)
Now extract the win64.zip using your preferred archive manager now open the extracted folder and run ViewBot.exe file
And congrats you installed ViewBot!
Node.js v17.1.0 (this is the version the app was build on not sure about old versions)
Download the sources from here and extract it
Now open cmd on that folder and run
npm install
or
yarn install
after all the dependencies have been installed you can run it by running
npm test
or
yarn test
The window should pop up after a few seconds!
Download the sources from here and extract it
Now open cmd on that folder and run
npm install
or
yarn install
after all the dependencies have been installed you can build it by running
npm build
or
yarn build
A folder should be created with the binaries in it!
ViewBot is made for educational porpouses, The author wont be responsible for whatever you do with ViewBot
MIT