1.2.0 • Published 4 years ago

dualox-js v1.2.0

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

About

dualox-js is a npm package made for the discord.js npm package. It was made to make creating custom discord bots easier on the mind for beginner discord developers.

Installation

How To Use

  • Require The Module
const dualox = require("dualox-js");
  • Using Different Functions
dualox.randomNumber(minimum number, maximum number); <-- returns a random number between the minimum number and the maximum number.

dualox.randomId(id length INT, id pattern STRING); <-- returns a random id with the length and pattern, pattern examples: "Aa1" "a1" "1" "Aa%" "a%1" etc.

dualox.currentDate(); <-- returns the complete day, hour, minute, month, year.

dualox.newLink(link text, url); <-- creates a hyperlink.

dualox.isEven(value); <-- checks if the value is even, if so will return true, else it will return false.
1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago