Creating a Simple Discord Bot With Discord.js

Anthony Morast
Level Up Coding
Published in
6 min readOct 13, 2019

--

In this post, I will walk you through the steps to create a simple bot for your Discord server using the discord.js module. discord.js is a node.js module that allows you to easily communicate with the Discord API. More information can be found on the discord.js website which touts the module as being very usable and consistent while also providing 100% coverage of the Discord API.

There are quite a few tutorials out there on making Discord bots but I ended up using a few different sources, from blog posts to StackExchange questions, to get my simple…

--

--

I am a professional software engineer and an amateur mathematician. My main interests are programming, machine learning, fluid dynamics, and a few others.