Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rainyxeon/mutsuki

This is the framework that I used for RainyXeon/ByteBlaze discord bot. Inspired by NanoSpace.
https://github.com/rainyxeon/mutsuki

discord discord-bot discord-bot-framework discord-bot-template discord-js discord-typescript discordbottemplate discordjs discordjs-v14 template

Last synced: about 22 hours ago
JSON representation

This is the framework that I used for RainyXeon/ByteBlaze discord bot. Inspired by NanoSpace.

Awesome Lists containing this project

README

        

# Mutsuki framework

This is the framework that I used for RainyXeon/ByteBlaze discord bot. Inspired by Adivise/NanoSpace (Im not based in that).

# Install

```
npm i
// You can use "pnpm i" also
```

# Run bot

```
// Dev:
npm run dev
// Start:
npm run build:full
npm start
```

# Build bot

```
node build.mjs clean
node build.mjs build

// And you will have build file on /out dir
// If u want to direct build, here is the command:
npm run build:full
```

# Commands

Check the `/src/commands` dir

# Optional

You can change version in "/src/manifest.xml"