-
Some important JS code snippets
Catch Ajax request $(document).ajaxSuccess(function(event, xhr, settings) { });
-
How to create your first DISCORD BOT
In this tutorial, you will build a Discord bot from scratch, using Node.js and the Discord.js library, which allows users to directly interact with the Discord API.