read.cash Log in

@totallyNotAUser

Joined 26 July 2021 · 1 post

120 KT · 0 KT received · 0 KT given

Posts

@totallyNotAUser Writing code

Building a Discord Bot with discord.js Hello there! Have you ever wanted to make a Discord bot with Node.js? In this article I am going to tell you how. Requirements Node.js v12.0.0 or newer npm, Node.js's package manager Installing discord.js First, you need to create a directory for your project. Once you created the project's directory, open a terminal/command prompt and run this command: npm install discord.js Alternatively, if you don't want to install discord.js every…

+5 more