1.0.0 • Published 9 months ago

alain-ezdjs v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

ezdjs

ezdjs is a simple way to make discord bots. It has basic functionality and easy understanding.

Installation

To install ezdjs, use npm:

npm install alain-ezdjs

Usage

Here�s an example of how to use ezdjs to create a simple bot command:

const { client, cmd } = require('ezdjs');

client.login('token')

cmd.prefix('!')

cmd.create('ping').reply('pong')

Learn More

For more detailed information, visit ezdjs.000.pe

1.0.0

9 months ago