This commit is contained in:
2025-07-07 00:01:07 +09:00
parent 1a9cb30c3e
commit a1ad6dea93
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
# Zako Tap SDK js # Zako Tap SDK js
![NPM Version](https://img.shields.io/npm/v/tap-sdk-js)
This is the javascript sdk package required to create a javascript tap server responsible for the audio of `zako`, a discord audio bot. This is the javascript sdk package required to create a javascript tap server responsible for the audio of `zako`, a discord audio bot.
## Quickstart Example ## Quickstart Example

View File

@@ -1,6 +1,6 @@
{ {
"name": "tap-sdk-js", "name": "tap-sdk-js",
"version": "1.0.1", "version": "1.0.2",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",