An open API service indexing awesome lists of open source software.

https://github.com/juaneth/monkeyman-discord

An electron app with an embedded discord bot that does everything a monke does
https://github.com/juaneth/monkeyman-discord

discord-bot discord-js electron electronjs monke

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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