Ittai
Ittai is a plugin builder for Discord client mods. Which ones? Yes.
Install / Use
/learn @Kyza/IttaiREADME
Features
- Build even single-file BD plugins from multi-file projects.
- Write one codebase, distribute one product.
- Hot rebuild your plugins.
- Use various flavors of JS to create your plugins.
- [x] JSX
- [ ] TypeScript (and TSX!)
- [x] ES6 Modules (both
require("module");andimport module from "module";) - [ ] CoffeeScript
- I didn't forget about CSS!
- [x] Load your stylesheets easily.
import style from "./style.css";start() {style.add();}stop() {style.remove();}
- [x] SASS (SCSS)
- [x] Stylus
- [x] LESS
- [x] Load your stylesheets easily.
- Build to almost any client mod.
- [x] BetterDiscord
- [x] Powercord v2
- [x] Vizality
Installation
Requirements
Installation Steps
git clone https://github.com/Kyza/ittai/
pnpm i
pnpm bin
How to Build
Command Options
--plugin="path/to/your/plugin"--betterdiscord(optional)- Specify
="path/to/plugin/folder"to copy the built file to the folder. - Builds for BetterDiscord.
- Specify
--powercordv2(optional)- Specify
="path/to/plugin/folder"to copy the built files to the folder. - Builds for Powercord v2.
- Specify
--vizality(optional)- Specify
="path/to/plugin/folder"to copy the built files to the folder. - Builds for Vizality.
- Specify
--watch(optional)- Will watch for changes in your plugin's unbuilt files and automatically run the command again for you.
Build Command
This command will build your plugin for BetterDiscord, Powercord v2, and Vizality, but will only copy it to the Vizality plugin's folder. It will also hot rebuild your plugin for you.
ittai --plugin="./test/plugin" --betterdiscord --powercordv2 --vizality="C:/Users/Kyza/GitHub/vizality/addons/plugins/fgbd" --watch
Related Skills
node-connect
349.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.7kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
