© 2023 Hashnode
#discordjs
Introduction Hey everyone, I am Hasnain Makada and I am currently a Founding Creator and a Chief Creative Officer at Showwcase where I create meaningful content for the community and build a global de…
In this tutorial, you will learn how to build a Discord chatbot that utilizes the power of GPT-3, a state-of-the-art language model developed by OpenAI. Discord is a widely used real-time messaging pl…
It is December! That means Advent of Code is here! If you don't know what that is: Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that …
This article is about a message logging system for Discord bots (called Serverwise). Primarily written for bots following the Discord.js API (Node.js). Why Implement Such Measures? 💬️ Auto-record m…
Recently i was asked to create a recent posts feature i was working on and i was asked it should show all the recent posts related to a specific collection of posts. First let me show you how does the…
There are two types of commands on discord js, message commands and slash commands. As of when I'm writing this article, Slash commands don't support embeds(images, attachments) as arguments, the issu…
Hello everyone 👋, I am Atharva Deshpande and this is my second article on developing discord bots. In this article, we will understand how to use a command handler in a discord bot and the new slash …
Hello everyone 👋, I am Atharva Deshpande and this is my first attempt at writing an article to guide developers transition into the slash command feature of discord bots. In this article, we would be…