4 followers
I am a web and software developer from Scotland.
Floffah#6791 on Discord
Subscribe to my newsletter and never miss my upcoming articles
2 days ago I set out to create the first ever Discord bot for the Hashnode platform. Today marks the day of its first release. In this article I will go over what it does/how it does it, why I made it, and how you can set it up on your own discord! B...
Please note that if you are a skilled programmer I recommend you use classes instead of plain scripts for commands All of the code mentioned here is at this GitHub repo: https://github.com/Floffah/blog-code-djscommandhandler To follow this tutorial y...
Introduction Parsers turn strings of characters into meaningful data structures (like a JSON object!). nearley is a fast, feature-rich, and modern parser toolkit for JavaScript. Nearley is an easy to understand parser with its own (also easy to und...
Mangium has it's own installer which can install dependencies and build necessary files to make it work in minutes. To install it: Make sure you have node 12.x or above installed and in path Clone the repo anywhere using git clone https://github.com...