refactor: vendor content as regular files (remove git submodules) so CI builds don't need GitHub auth

This commit is contained in:
asepharyana
2026-07-02 02:38:04 +07:00
parent 7b106fe562
commit 134674d7dd
452 changed files with 75011 additions and 4 deletions
@@ -0,0 +1,12 @@
'use strict';
const Discord = require('../src/index');
const client = new Discord.Client();
client.on('ready', async () => {
console.log('Ready!', client.user.tag);
await client.installUserApps('936929561302675456'); // Midjourney
});
client.login('token');