mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 23:21:04 +00:00
Do stuff slightly better
This commit is contained in:
parent
3ef16f97c4
commit
049ab42eb4
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"docs": "node docs/generator",
|
||||
"test-docs": "node docs/generator test",
|
||||
"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": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
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>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue