alain-ezdjs
v1.0.0
Published
A simpler way to create discord bots
Downloads
3
Readme
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