To install, use npm i simple.space
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. |
https://blu-shack.github.io/simple.space/
- Find out here!