Zayssystem
Create discord bots in secs
Install here
npm i zayssystem OR npm i zayclient@1.0.1
or go to current release
How to use ZayJS
const {ZayJS} = require('zayssystem');
const client = new ZayJS();
client.get(url);
client.post(url,options = { form: {}})
client.create(data={id,token})
Version 1.4.7
- Redid whole package to match up with up-to-date server
- Added get/post to make your own pos/get request more updates in the future
Version 1.3.9
- Updated Zays Endpoint
- Added new "ZaysFramework" Property
- Updated Express in 32x and 64xs
Version 1.0.8
- Added new "Interface.CreateDB" class
Version 1.0.3
- Added new "Interface" class
- Removed "client" folder
- Added "sqlite3"
Version 1.0.1
- Fixed unable to use "interface" class (npm patch)
- Added to github