Inspiration
MLH - LHD
What it does
Its a simple Discord chat bot
How we built it
With help of discord.js package and node.js Go to your main folder in cmd then
npm init -y
then it creates the json file after that
npm install discord.js save
const client = new Discord.Client();
const token = 'your_token_id';
client.once('ready', ()=>{
console.log('Bot is now connected');
client.channels.cache.find(x => x.name==='test').send('Hello! I am now connected, Please put an exclaimatory mark on every word or sentence if you wanna talk');
});
## Challenges we ran into
It was fun challenge to do
## Accomplishments that we're proud of
Successfully made the ChatBot
## What we learned
About discord.js package and node.js
## What's next for Create a Chat Bot
Add more functionalities
Log in or sign up for Devpost to join the conversation.