10.0.0 • Published 2 years ago

klae-djs v10.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

klae-djs

klae-djs is a package that powers up your bot!

Install:

npm i klae-djs

Change Logs:

Usage:

Run In Terminal
const { Run } = require("klae-djs");
Run(`code here`, <DJS_Message>);
Discord.js V14 Intents:
const { Intents } = require("klae-djs");
const {Client} = require("discord.js");
const client = new Client({
  intents: Intents.ALL
});
Is Divisible
const { isDivisible } = require("klae-djs");

// Examples:
isDivisible(3, 4) // -> false
isDivisible(1, 2) // -> false
isDivisible(4, 2) // -> true
Shuffle
const {shuffle} = require("klae-djs");
shuffle([`test`, `ops`,`haha`,`hehe`]); // shuffle the array
10.0.0

2 years ago

9.0.0

2 years ago

8.0.1-dev-2

2 years ago

8.0.1-dev-1

2 years ago

8.0.1

2 years ago

8.0.0

2 years ago

7.0.1

2 years ago

7.0.0

2 years ago

7.0.0-dev-beta1

2 years ago

6.0.0

2 years ago

5.0.0

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago