elldritch / elldritch/pokemon-showdown-api
TypeError: PokeClient is not a constructor
Open
- Dominant language
- CoffeeScript
- Stars
- 5
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
When I try to do this:
```
let PokeClient = require('pokemon-showdown-api');
let client = new PokeClient();
```
it returns the error in the title. I just did it the way the API docs told me to do it. Why doesn't it work?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.