Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnassh/selfbot
a Selfbot written in nodejs using "discord.js-selfbot-v13" library
https://github.com/krishnassh/selfbot
discord nuke nukerbot selfbot spammer-tool
Last synced: about 1 month ago
JSON representation
a Selfbot written in nodejs using "discord.js-selfbot-v13" library
- Host: GitHub
- URL: https://github.com/krishnassh/selfbot
- Owner: KrishnaSSH
- License: apache-2.0
- Created: 2024-08-23T13:56:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:15:00.000Z (about 1 month ago)
- Last Synced: 2024-11-20T16:27:39.416Z (about 1 month ago)
- Topics: discord, nuke, nukerbot, selfbot, spammer-tool
- Language: JavaScript
- Homepage:
- Size: 269 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### A Discord Userbot written in javascript using "discord.js-selfbot-v13"
### Using this might lead to a banned account! WE are NOT responsable of your actions
# Available Commands`$📌bump`: Sends the /bump command immediately and starts sending it at random intervals.
`$⛔bumpbreak`: Stops sending the /bump command in the current channel.
`$🏓ping`: Responds with the latency in milliseconds.
`$🖼️avatar`: Shows the avatar of the specified user or your own avatar if no argument is provided.
`$🔨prefix`: Shows the current command prefix.
`$🛠️setprefix`: Sets a new command prefix.
`$🧹purgeme`: Deletes your messages from the channel.
`$💬llm`: Uses Groq API to process a question and replies with the answer.
`$🎮activity`: Allows you to set custom activities such as playing, listening, or streaming.
`$✂️rpc`: Plays rock paper scissors.
`$📢spam`: Sends a specified message a given number of times.
`$💥nuke`: Deletes all existing channels, creates new channels, and keeps pinging everyone in all the channels.
`$🗑️delete`: Deletes all channels and categories in the server.
`$🚫banall`: Bans all members that can be banned by the user in the server.
`$📵status`: Sets your Discord status. Usage: `$status set `.
`$🎱8ball`: Answers your yes/no questions with a random response.
`$👩💻encrypt`: Encrypt your messages. Usage: `$encrypt `.
# Instructions to Use
Edit .env.example to .env and add your discord token with the groq api for llm tasks
### NOTE: You will need a Groq api for llm functionality Get a free api key from [here](https://console.groq.com/keys)
# Installation
### Setup Nodejs
• Make Sure You Have [Nodejs](https://nodejs.org/en) installed on your machine
• Add the Nodejs to your environmental Variables### Clone the Repository
```bash
git clone https://github.com/krishnassh/selfbot
```### Change the directory
```bash
cd selfbot
```### Installing Dependencies
```bash
npm install
```### Executing The Script
```bash
node index.js
```# Usage
**📍 Usage:** Use `$help ` to get detailed information about a specific command.