https://github.com/castdrian/showdown-discord
Pokémon Showdown! battles wrapped in a Discord bot
https://github.com/castdrian/showdown-discord
discord hacktoberfest pokemon showdown typescript
Last synced: over 1 year ago
JSON representation
Pokémon Showdown! battles wrapped in a Discord bot
- Host: GitHub
- URL: https://github.com/castdrian/showdown-discord
- Owner: castdrian
- License: mit
- Created: 2021-05-28T18:15:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T11:55:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T22:48:45.235Z (over 1 year ago)
- Topics: discord, hacktoberfest, pokemon, showdown, typescript
- Language: TypeScript
- Homepage:
- Size: 8.77 MB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
### Production
```bash
docker run --env-file=.env -v "$(pwd)/firebase_credentials.json:/app/firebase_credentials.json:ro" --name=showdown --restart=unless-stopped ghcr.io/castdrian/showdown:main
```
### Development
```bash
docker-compose up
```
## Play & Support
[Add to Server](https://discord.pkmn.dev)

## Showcase
## Thanks to
- [scheibo](https://github.com/scheibo) for their [modularized showdown](https://github.com/pkmn/ps) impl
- [Zarel](https://github.com/Zarel) & [Smogon](https://www.smogon.com) for [Pokémon Showdown](https://play.pokemonshowdown.com)
- [Yugen](https://github.com/jurienhamaker) for being Mr. Dockerman and helping out with the [Dockerfile](https://github.com/castdrian/showdown/blob/main/Dockerfile)