botlist.space - Alternative Wrapper

To install, use npm i simple.space

What sets the difference than the original?

botlist.space simple.space
Client.getBot('1234') Client.fetchBot('1234')
Client.getSelfBot() Client.fetchBot() (omit id -> Use options.botID)
Client.postServerCount(1) OR Client.postServerCount([1, 2]) Client.postCount('1234', { countOrShards: (1 OR [1, 2]) })
No cache built-in Caching is disabled by default.

Full JSDoc Documentation

https://blu-shack.github.io/simple.space/

Contributing