Featureful selfbot wrapper for its Discord selfbot

Overview

Jalter

Testing Maintainability

Featureful Selfbot wrapper for its Discord Selfbot. This library provides non-standard stuff such farming, intervals, and respect the ratelimit.

Features

  • covers the most endpoints.
  • non-standard stuff
  • intervals, delays, and farm utilities
  • documented

Installation

yarn add jalter / npm i jalter

Create your .env then fill the values.

TOKEN="wwgwgwgbadadaadpunopupupuu.X7hb5Q.-ngent00dinaLteer1213ngENt0dCcWW_1M"
CHANNEL_ID="932270492872757308"

Q: How to get token?
A: Open devtools, try to request something then check the network tab.

Normal stuff

Look over documentation. You can always using full of rest instead of my custom method.

const { rest } = require("jalter");
require('dotenv').config();

await rest.sendMessage(process.env.CHANNEL_ID, "hi!");

Non standard stuff

Either require proper parameter or will throw you if the value given is break the rule.
Set boolean to true for adding extra delay before mock (1 - 3 sec randomly)

  • Assign sendWithInterval() every "x" = 2 hours intervals
    • Example for send "!d bump" every 2 hours
const { sendWithInterval } = require("jalter");

async function autoBump() {
  await sendWithInterval(process.env.CHANNEL_ID, "!d bump", 7260000, true);

autoBump();
  • Assign sendWithCount() every "x" = 5 seconds and do it often for "n" = 10 times
    • Example for idk?
const { sendWithCount } = require("jalter");

async function sendRepeat() {
  await sendWithCount(process.env.CHANNEL_ID, 'hey..', 10, 5000, true);
}

sendRepeat();
  • Assign sendWithRandom() through array given every "x" = 5 second intervals
    • Example for farming exp server, item bots, or idk?
const { sendWithRandom } = require("jalter");

const kata = ["hi", "fuk", "ew", "heh", "uh", "eul"];
async function farming() {
  await sendWithRandom(process.env.CHANNEL_ID, kata, 5000, true);
}

farming();

Some method values require milisecond or second parameter, check your intelisense.

Documentation

..and more i guess, read over documentation

Pronunciation

id_ID/jalter/ — Jalan Alternatif (?) Jadikan ini sebagai jalan alternatif, bukan sebuah tujuan.

EOF

However it is still somewhat experimental. You are encouraged to make your own tests with your specific endpoints.

Legal

Automated user accounts (self-bots)

Jalter was forked from rigwild/discord-self-bot-console and come with many improvements over runtime.

Cc: https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-
The question regarding "self bots" has come up here and there, and we'd like to make our stance clear:

Discord's API provides a separate type of user account dedicated to automation, called a bot account. Bot accounts can be created through the applications page, and are authenticated using a token (rather than a username and password). Unlike the normal OAuth2 flow, bot accounts have full access to all API routes without using bearer tokens, and can connect to the Real Time Gateway. Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is forbidden, and can result in an account termination if found.

You might also like...

About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Dec 28, 2022

Music bot that uses Lavalink for its audio player

Music bot that uses Lavalink for its audio player

Msv Music 🎵 A Advanced Discord Music Bot Made With Lavalink And Have Many Premium Features with filters and more willl be add soon About Msv Music 🚧

Jan 4, 2022

A simple Multi Guild Modmail Bot coded in v13 using the enmap Database Working on any host, like repl.it or vps! Its fast and working bug free + Security options!

Multiguild-Modmail A simple Multi Guild Modmail Bot coded in v13 using the enmap Database Working on any host, like repl.it or vps! Its fast and worki

Oct 20, 2022

As my pepper bot's users have been requesting me for its source code

As my pepper bot's users have been requesting me for its source code

Discord Bot As my pepper bot's users have been requesting me for its source code. Here it is. Enjoy! ! Invite Pepper ( See how it works ) To invite th

Nov 6, 2022

A telegram bot that sends the current day's foreign exchange rates to its subscribers

Birr Forex Bot A bot that sends the current day's foreign exchange rates to its subscribers. Using the bot Check out the bot here. Running the bot It

Dec 21, 2022

A documentation bot built using slash-create for its documentation, functionality derived from Eris Docs bot.

docs-bot A service that handles navigation of a docgen project manifest. Commands All arguments are required. $ npx slash-up list /docs - Search docu

Dec 15, 2022

A wrapper for @discordjs/voice

ezvoice A lightweight package designed to make it just a bit easier to play and record sound with @discordjs/voice Discord: nab138#2035 Examples Conne

May 19, 2022

Springlink - ♨️ springlink, a lightweight, fast, highly customizable and stable lavalink wrapper for Node.js 🟩

SpringLink ♨️ A lightweight, fast and stable lavalink wrapper for Node.js Features 🌹 Stable Feature-rich Customizable Lightweight Installation 🍮 (No

Nov 17, 2022

A lavalink wrapper in Node.js

Vulkava A lavalink wrapper in Node.JS Documentation Common errors/Issues 🔌 Installation You will need NodeJS v14+ and a running lavalink server. Offi

Dec 17, 2022
Releases(3.0.4-dev)
Owner
null
🔊 first auto join discord selfbot - just with one command join it to your server 🔥

?? Messi (Discord Self Bot) first auto join discord selfbot - just with one command join it to your server discord.js-selfbot ?? Requirements Discord

Parsa 25 Dec 12, 2022
This is a selfbot for discord, created using Github Copilot

discord-selfbot This is a selfbot for discord, which is to use your account as a bot that can be used to automate tasks on discord. Warning: Selfbotti

null 6 Dec 21, 2022
A URL Shortener That Allow Users To Interact With Its API Through A Discord Bot

Shortem A URL Shortener That Allow Users To Interact With Its API Through A Discord Bot About Supports Multiple Databases Performant Uses discord.js v

Bots Studios 19 Sep 1, 2022
Envy is a discord bot that allows its users to run over 40+ commands. 💬🤖✨

ENVY DISCORD BOT Envy is a discord bot that allows its users to run over 40+ commands. INTRODUCTION Envy is hosted 24/7 by pingr. Host your project wi

Envy 3 Jul 7, 2022
Easiest medium to use buttons with any discord API wrapper

Discord Buttons Plugin Easiest medium to use buttons with any discord API wrapper /* Generate 1st Button with "Yes" lable on it */ const button1

CTK WARRIOR 17 May 14, 2022
A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on websites!

discord-web-api A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on

InvalidLenni 2 Jun 28, 2022
Discord-Bot - You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have published on my youtube channel.

Discord-Bot You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have publishe

Umut Bayraktar 114 Jan 3, 2023
Discord Neura - a Discord bot framework built on discord.js

Discord Neura Description Discord Neura is a Discord bot framework built on discord.js. Features Command Handler, Arguments, Preconditions and Listene

Discord Neura 3 Mar 23, 2022
Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total contributions.

Remoklify - Gitlift Discord Bot Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total

Remoklify 3 Mar 20, 2022
A discord bot made using discord.js and discord-player

Musx A custom discord bot that can play music in your server ?? Add the bot to your server If you are looking for a music bot for your Discord server

Shashwat Singh 4 Mar 28, 2022