2.0.5 • Published 4 years ago

rayenjs v2.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

rayenjs

rayenjs is an npm package that can help you if you are a beginner in discord.js and easier interaction with discord.js.

With this package it is possible to design Discord Bot commands without knowledge of programming and discord.js and more commands is coming soon.

Installation

To install and use this package you must first install discord.js:

npm i discord.js

After installing discord.js, you need to install the discbot-easy package:

npm i rayenjs

Requirement

Example

Defining the required packages.

const ryan = require("rayenjs")
const { Client } = require ("discord.js")
const client = new Client();

client.on('message', message => {
  ryan(message);
});
 



client.login("your token")

Bot

If you need help using the package or have a question, contact the author, there will be some commands soon. made by Rayen Michael

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago