Introduction to Discody.js

Introduction

Discody.js is an library that makes making discord bot in javascript a lot more easier than with discord.js

Quick Start

You can simply create an new discody.js bot by following these steps:

Creating Project

npx create discody

Running the bot

node main.js

If you would like to create the project from scratch, then can check the Installation process.