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
- Host: GitHub
- URL: https://github.com/juaneth/monkeyman-discord
- Owner: juaneth
- Created: 2021-10-27T19:41:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T13:58:38.000Z (over 4 years ago)
- Last Synced: 2025-08-03T04:22:55.590Z (11 months ago)
- Topics: discord-bot, discord-js, electron, electronjs, monke
- Language: HTML
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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