Discode is a new and lightweight Node.js wrapper for the Discord API. It offers new features including webhook functions and more. The goal of this project was to use a significantly less amount of RAM than discord.js. I succeeded.
How to make a basic ping pong bot:
const discord = require('discode')
const bot = new discord.Client('some crazy token')