https://github.com/tarnadas/pokemon-prism-bot
https://github.com/tarnadas/pokemon-prism-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarnadas/pokemon-prism-bot
- Owner: Tarnadas
- Created: 2017-07-26T12:51:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T09:54:53.000Z (over 3 years ago)
- Last Synced: 2025-03-19T23:55:14.542Z (about 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon Prism Discord Bot
## Quick Start
### Installation
```
$ git clone https://github.com/Tarnadas/pokemon-prism-bot.git
$ cd pokemon-prism-bot
$ npm i
```
Add a `secret.js` to src folder with `export const botToken = "yourBotToken"` as content.
Add `7z.exe` to your Bot's root folder (the one containing `package.json`)
### Start Bot
```
$ npm start
```
### Run using docker-compose
```
# -- Prism Patcher Bot
prism:
image: 'prism:latest'
build: '/path/to/Dockerfile'
restart: 'on-failure:5' # Restarts the bot if it fails to load 5 times
expose:
- '80'
- '443'
```
## Credits
7zip company
ax6
Tarnadas
Retrosol