In this tutorial, we will build a Discord bot from scratch, using Node.js and the Discord.js library, which allows users to directly interact with the Discord API. We will be making a simple Bot that will reply “Hi” to users message. Prerequisite Before you get started, you will need the…