discord
discord.gg/join
disco
Anyone spell it wrong lol i ended up on disco wikipedia.
const Discord = require('discord.js');
const client = new Discord.Client();
client.on('ready', () => {
console.log(`Logged in as ${client.user.tag}.`);
});
client.on('message', message => {
if (message.content.toLowerCase() === 'ping') {
message.channel.send('Pong');
}
});
client.login('TOKEN');
discord
discord is a nice place to get help for your code :)
(or watch some weird stuff idk)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us