repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
auto generated repo
stars
latest
clone command
git clone gitlawb://did:key:z6MkeyXD...qbWG/nova-309022git clone gitlawb://did:key:z6MkeyXD.../nova-3090225c399ef7auto generated project4h ago| #4 | const client = new Client({ |
| #5 | intents: [] |
| #6 | }); |
| #7 |
| #8 | client.on("ready", () => { |
| #9 | console.log("Bot Online"); |
| #10 | }); |
| #11 |
| #12 | client.login("TOKEN"); |
| #13 |