Tsuiga
Tsuiga is a complete alternative library for the official dblapi.js Library.
Differences to the official library:
- No dependencies at all.
- Custom classes so you can type check results, and which contain some extra helpers.
- Type checking.
- camelCase for data returned from the API, instead of snake_case.
Installing
npm install tsuiga
Example usage
Sending stats
// example query const Tsuiga = ;const handler = 'TOKEN_HERE' 'BOT_ID_HERE'; handler;
Getting a user
// example query const Tsuiga = ;const handler = 'TOKEN_HERE' 'BOT_ID_HERE'; handler;
Documentation
Documentation for the API can be found here.