This project is a Discord selfbot designed to automatically manage promotions and advertising within Discord servers. It provides a convenient solution for users to schedule and automate promotional activities, ensuring efficient and timely dissemination of information across Discord communities.
Using selfbots is against Discord's Terms of Service and may result in the termination of your Discord account. Proceed with caution and ensure that you fully understand the risks involved before using this selfbot.
-
Clone this repository
git clone <repository URL>
-
Navigate to the project directory
cd disc-promo-bot
-
Install dependencies
npm install
Copy or rename .env.example
to .env
BOT_TOKEN=
BOT_PREFIX=
USER_ID=
SUPABASE_URL=
SUPABASE_ANON_KEY=
-
Bot Token To obtain the bot token, follow the instructions in the discord.js-selfbot-v13 repository.
-
Bot Prefix Set your desired prefix for bot commands.
-
User ID Your Discord user ID, which is used to control the bot.
-
Supabase URL and Supabase Anon Key For information on how to obtain the Supabase URL and Supabase Anon Key, refer to the Supabase.
-
Database Schema Copy and run
src/schema/supabase.sql
in your Supabase SQL editor to initialize the database schema.
-
Run
npm start
-
Development
npm run dev
-
Get all commands
{prefix}help