Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 486 Bytes

index.mdx

File metadata and controls

22 lines (16 loc) · 486 Bytes

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:

import { Steps } from 'nextra-theme-docs'

### Creating Project ```bash 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.