1.0.14 • Published 10 months ago

@omoti/jsk v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
10 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

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago