1.0.1 • Published 3 years ago
platservices-client v1.0.1
platservices-client
What exactly is platservices-client?
platservices-client is a lightweight npm module that provides a simple use of the Discord API!
Example Code
const PS = require('platservices-client')
const PSClient = new PS({
token: "YOUR_TOKEN_HERE",
prefix: "%"
})
PSClient.startBot()