@omoti/jsk
v1.0.14
Published
Jishaku for discord.js-selfbot-v13 or discord.js
Downloads
109
Maintainers
Readme
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