Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 409 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 409 Bytes

monkeyman-discord

An electron app with an embedded discord bot that does everything a monkey does

How to build

Its an Electron Forge app, so just run npm run make and it should build

Setup the bot

Make sure you have NodeJS Installed and NPM installed, then run npm i discord.js@v12.5.3 and npm i fs inside the src/bot/ folder, then if you want to debug it run node . inside the bot folder