Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

farmcord

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

farmcord

Auto Level Discord Account

unpublished
latest
Source
npmnpm
Version
1.0.1-beta
Version published
Maintainers
1
Created
Source

FarmCord

Leveling Account

const { Client } = require('discord.js-selfbot-v13'); // npm i discord.js-selfbot-v13
const client = new Client({
});
const AutoFarm = require("farmcord")

client.on('ready', async () => {
    console.log(`${client.user.username} is ready!`);
  })
  

AutoFarm({
Client: client, // Type Client
ChannelID: "", // ID Text Channel
Time: 15, // Type Time With Second
})





client.login("") // Put Token Account

Keywords

farmcord

FAQs

Package last updated on 27 Nov 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