- Add `discord.js-selfbot-v13` as a git submodule in `vendor/` - Update `pnpm-workspace.yaml` to include the new submodule path - Modify `.gitmodules` to track the submodule repository - Change `discord.js-selfbot-v13` dependency in `package.json` to use `workspace:*` - Create implementation and design documents for the submodule integration
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
[submodule "vendor/discord.js-selfbot-v13"]
|
|
path = vendor/discord.js-selfbot-v13
|
|
url = ssh://git@43.134.105.109:22222/exceed/discord.js-selfbot.git
|