How to make a very easy discord bot!! takes almost no effort! Mac OSX

Subscribers:
681
Published on ● Video Link: https://www.youtube.com/watch?v=YFtsJREUhWA



Category:
Tutorial
Duration: 21:53
8,533 views
181


Hello guys today i'll be showing you how to make yourself a very easy discord bot, this bot is able to reply to certain commands or certain messages players can send through your server and you can create with ease! this vid is only directed to OSX users!
here are the links and the commands you need! :
Atom:
https://flight-manual.atom.io/getting-started/sections/installing-atom/

Node:
https://nodejs.org/en/

Discord ( make sure you have a discord account loggen in! ) :
https://discordapp.com/developers/applications/

Discord authorisation URL ( replace CLIENTID with the client id of your bot! ) :
https://discordapp.com/oauth2/authorize?&client_id=CLIENTID&scope=bot&permissions=8

The code beginning ( this is used in the end when we open atom )
https://github.com/discordjs/discord.js

Codes which you need to use in terminal ( before opening atom ) :
npm init
npm install --save discord.js

Codes which are used in atom after you past the starting code as shown in the video :
else if (msg.content === 'message' ) {
msg.reply('message')
}
the next else if goes 1 space after the " } " replace the word "message" with the message you want!

Want to learn coding in a fun and easy way? install Py ! :
https://www.getpy.com/mobile

thanks for watching, if you enjoyed be sure to leave a like and do subscribe to see more content from me! hopefully i helped, any questions put in the comments bellow!







Tags:
#Discord
#Bot
#Coding