Discord meme
Hi i try create discord meme by this post https://dev.to/novu/automate-memes-posting-to-your-discord-with-nodejs-and-novu-28hi
and getting errors but follow the setup, can someone help me please?
DEV Community
π₯π€ Automate MEMEs posting to your Discord with NodeJS and Novu ππ
TL;DR In this tutorial, you'll learn how to build an automated Discord bot with Novu. The...
1 Reply
The Fetch API comes bundled with NodeJS v17.5 and later. So, to use the Fetch API, you just need to upgrade to Node v17.5 or above. However, upgrading to Node v18 is recommended as it is the latest LTS (Long Term Support) and hence it is more stable. To check the version of NodeJS installed on your system, simply use
node -v
If it returns an error saying Command Not Found or a version number lower than v18, you can install the latest LTS version from the NodeJS official website.
@3force
Did you get chance to check the nodejs version?