mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
Do stuff slightly better
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"docs": "node docs/generator",
|
"docs": "node docs/generator",
|
||||||
"test-docs": "node docs/generator test",
|
"test-docs": "node docs/generator test",
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
"web-dist": "npm install && node ./node_modules/parallel-webpack/bin/run.js"
|
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
console.log(message.author.username, message.author.id, message.content);
|
console.log(message.author.username, message.author.id, message.content);
|
||||||
});
|
});
|
||||||
|
|
||||||
client.login(window.token || prompt('token', 'abcdef123456'));
|
client.login(window.token || prompt('token pls', 'abcdef123456'));
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user