No description
Find a file
2024-03-20 01:08:19 +01:00
src Fix #6 2024-03-20 01:08:19 +01:00
.envrc Initial Commit 2024-03-11 01:37:31 +01:00
.gitignore Initialize player in correct spot 2024-03-19 22:48:34 +01:00
biome.json Initial Commit 2024-03-11 01:37:31 +01:00
devbox.json Initial Commit 2024-03-11 01:37:31 +01:00
devbox.lock Initial Commit 2024-03-11 01:37:31 +01:00
package-lock.json yipee it works 2024-03-19 22:30:38 +01:00
package.json yipee it works 2024-03-19 22:30:38 +01:00
README.md Initial Commit 2024-03-11 01:37:31 +01:00
settings.json yipee it works 2024-03-19 22:30:38 +01:00
tsconfig.json Initial Commit 2024-03-11 01:37:31 +01:00

Kiku

TODO

Add lavalink

Packages

https://github.com/discordjs/discord.js

https://github.com/shipgirlproject/Shoukaku

https://github.com/Takiyo0/Kazagumo

https://www.npmjs.com/package/kazagumo-spotify

Getting Started

This project uses devbox to manage its development environment.

Install devbox:

curl -fsSL https://get.jetpack.io/devbox | bash

Start the devbox shell:

devbox shell

Run a script in the devbox environment:

devbox run <script>

Scripts

Scripts are custom commands that can be run using this project's environment. This project has the following scripts:

Shell Init Hook

The Shell Init Hook is a script that runs whenever the devbox environment is instantiated. It runs on devbox shell and on devbox run.

npm install
npm run build

Packages

Script Details

devbox run run_test

npm run start