0.1.8 • Published 6 years ago

easy-script v0.1.8

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

Easy-Script


Join Our Support Server for get support or report bugs


const EZ = require('easy-script'); // ["embed", "mod"];

// embed function:
EZ.embed(title, author, desc, footer, color, thumbnail, image);
// Example: 
EZ.embed("The Title", "none", "Made by Derpy", footer, "#FFFFFF", thumbnail, image);
// put "none" for disable something you want;

// moderation function:
EZ.mod(message, action, channel, user, reason, length);
// actions list for now: warn, kick, ban;
// Example:
EZ.mod(message, "kick", "mod-log", "388320576407863297", "test"); 
// channel can be name or id; user can be username or id;

// Example with length:
EZ.mod(message, "ban", "mod-log", "388320576407863297", "test", "10m");
// 5s - seconds; 10m - minutes; 3h - hours; 1d - days;

  • npm i easy-script
0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago