https://github.com/javadkarami-com/discord-self-bot
Discord Self Bot For Your Account With Join Voice and Change profile Command
https://github.com/javadkarami-com/discord-self-bot
discord discord-bot discord-js discord-selfbot nodejs-modules
Last synced: 10 months ago
JSON representation
Discord Self Bot For Your Account With Join Voice and Change profile Command
- Host: GitHub
- URL: https://github.com/javadkarami-com/discord-self-bot
- Owner: Javadkarami-com
- Archived: true
- Created: 2021-08-16T19:33:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:14:10.000Z (over 1 year ago)
- Last Synced: 2025-08-23T05:24:08.044Z (10 months ago)
- Topics: discord, discord-bot, discord-js, discord-selfbot, nodejs-modules
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Bot
## Installation
1. Clone the repository:
```
git clone https://github.com/Javadkarami-com/Discord-Self-Bot.git
```
2. Install the required dependencies:
```
cd discord-bot
npm install
```
3. Create a `.env` file in the root directory and add your Discord bot token:
```
token=YOUR_BOT_TOKEN
```
## Usage
1. Start the bot:
```
node index.js
```
2. The bot will log in and set its presence to "Playing IG: icyshop.ir".
## API
### Commands
1. `@bot-mention`: The bot will respond with a message.
2. `247 join `: The bot will join the specified voice channel.
3. `247 avchange `: The bot owner can change the bot's avatar to the specified URL.
### Events
1. `ready`: The bot logs in and sets its presence.
2. `message`: The bot listens for messages and responds to the commands.
### Embeds
1. `vc_error`: Displayed when the voice channel ID is invalid.
2. `vc_success`: Displayed when the bot successfully joins a voice channel.
3. `av_error`: Displayed when the avatar URL is invalid.
4. `av_success`: Displayed when the bot's avatar is successfully changed.
5. `errormsg`: Displayed when an error occurs during the bot's operation.