My selfbot aims to make general use of Discord easier for the everyday user. It adds features like the ability to send Tweets from chat and in the future I plan to add implementation with the Spotify API.
node.js
,
npm
and
git
git clone https://github.com/mercys-stuff/mercy-selfbot.git
cd mercy-selfbot
npm install
cp config.json.example config.json
nano config.json
In the areas provided, add your Discord login token and make any edits to the pre-defined prefix. You can also setup Twitter integration tokens which can be obtained here.
npm start