Create a Discord Bot with Node.js

Robots, or Bots as they are called, are a good way of automating tasks and provide users with generic or specialized feedback.
For this article, we will see how we can create a bot that informs the users of the weather conditions on their desired destination with some nice emoji and by digesting the WeatherAPI response.
Making of a Bot
First of all, we need to create a bot on discord.
Head over to https://discord.com/developers/applications create an account if you don’t already have and let’s go through the process with some screenshots.