10 followers
Full stack web developer from Scotland.
Floffah#6791 on Discord
Subscribe to my newsletter and never miss my upcoming articles
A good way to migrate before message content becomes privileged
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...