1.0.14 • Published 9 months ago

@omoti/jsk v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Jishaku

Jishaku for discord.js-selfbot-v13 or discord.js ORIGINAL

Install

npm install @omoti/jsk
or
yarn add @omoti/jsk

Package Use Example

import {Jishaku} from '@omoti/jsk';

export const jsk = new Jishaku(client, {
  useableUserId: ["userid1", "userid2"], // Your Discord UserID
  allowMultiShRunning: false, // Multi Shell Running Allow?
  prefix: "custom prefix", // Bot Prefix Default:[!]
  encoding: "utf-8", // utf-8 
});

client.on("messageCreate", async (message: Message) => {
  await jsk.jskMessage(message);
});

Commands:

StartWith:Your Prefix
// In this example, we will use the default prefix.

sh = !jsk sh <ShellCommand>

js = !jsk js <MarkDown Code or code>

shutdown = !jsk shutdown 

help = !jsk help

support:Issue

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago