PonyHero is a bot that reacts and replies to your messages with the :matt: emoji. Our dear friend, Matthew, is a pony lover and being the good friends we are we made him a bot to always show him his pony pictures
The PonyHero bot is made for Discord and runs off of Node.js. Inorder to modify PonyHero, you must install Node.Js.
sudo apt update
sudo apt install nodejs
sudo apt install npm
After you have installed Node.Js, you can go ahead and get the node_modules:
node install
You can modify the bot.js file to however you like and then run the bot.
node bot.js
Host Node on server to keep online.