mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Do stuff slightly better
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user