Skip to content

Mephisto-Grumpy/discord-selfbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Discord Selfbot πŸ€–πŸŽΆ

Welcome to the Discord Selfbot project! This selfbot is built using Node.js and aims to enhance your Discord experience with automated features and functionalities.

Features 🌟

  • Play music and manage audio streams 🎡
  • Send custom messages and embeds πŸ“©
  • Easy to customize and extend πŸ”§

Prerequisites πŸ“‹

Before you start, ensure you have the following installed:

  • Node.js (>= v22.9.0)
  • Docker (for containerized setup)
  • pnpm (for package management)

Getting Started πŸš€

Clone the repository

git clone https://github.com/yourusername/discord-selfbot.git
cd discord-selfbot

Install dependencies

pnpm install

Set up your environment

Create a .env file in the root directory and add your Discord token:

DISCORD_TOKEN=your_discord_token
GUILD_ID=your_guild_id
CHANNEL_ID=your_channel_id

Build and run the application using Docker 🐳

docker compose up --build

Usage πŸ“–

Once the bot is running, you can interact with it via your Discord server. Follow the commands defined in your bot to enjoy its features!

Contributing 🀝

If you want to contribute to this project, feel free to open an issue or submit a pull request!

License πŸ“„

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.


Happy coding! 😊