🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

djs-sex-mod

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djs-sex-mod

![npm](https://img.shields.io/npm/v/djs-sex-mod?label=djs-sex-mod&style=for-the-badge)

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

djs sex mod!

npm

author note: i have no idea what i am doing with my life and have no idea why i made this, if you find this offensive or unfunny i am sincerely sorry. just when someone joins and says "is there a sex mod for discordjs" you know imma make it.

Installation

This mod supports discord.js 14 and above only!

Install djs-sex-mod

# Yarn
yarn add djs-sex-mod

# NPM
npm install djs-sex-mod

Example

// Require the necessary discord.js classes
import { Client, GatewayIntentBits } from 'discord.js';
import { SexModClient } from 'djs-sex-mod';

// Create a new client instance
const client = new Client({ intents: [GatewayIntentBits.Guilds] });

// Global sex mod commands
const sexModGlobal = new SexModClient(client);

// Or per server sex mod commands
const sexModGuild = new SexModClient(client, { guildIds: ['123456789012345678'] });

client.once('ready', () => {
	// Register sex mod's slash commands
	sexModGlobal.registerSexModCommands();
	sexModGuild.registerSexModCommands();
});

// Login to the gateway
client.login();

Keywords

discordjs

FAQs

Package last updated on 21 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts