Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rainyxeon/mutsuki
- Owner: RainyXeon
- License: gpl-3.0
- Created: 2023-12-15T05:08:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T01:21:15.000Z (7 months ago)
- Last Synced: 2024-04-17T07:08:50.286Z (7 months ago)
- Topics: discord, discord-bot, discord-bot-framework, discord-bot-template, discord-js, discord-typescript, discordbottemplate, discordjs, discordjs-v14, template
- Language: TypeScript
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"