Skip to content

BLU-Shack/simple.space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple.space - An API wrapper for botlist.space

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