Skip to content

shironxn/disc-promo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCORD AUTO PROMOTION SELFBOT

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.

Warning

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.

Installation

  1. Clone this repository

    git clone <repository URL>
  2. Navigate to the project directory

    cd disc-promo-bot
  3. Install dependencies

    npm install

Configuration

Copy or rename .env.example to .env

BOT_TOKEN=
BOT_PREFIX=
USER_ID=

SUPABASE_URL=
SUPABASE_ANON_KEY=
  1. Bot Token To obtain the bot token, follow the instructions in the discord.js-selfbot-v13 repository.

  2. Bot Prefix Set your desired prefix for bot commands.

  3. User ID Your Discord user ID, which is used to control the bot.

  4. Supabase URL and Supabase Anon Key For information on how to obtain the Supabase URL and Supabase Anon Key, refer to the Supabase.

  5. Database Schema Copy and run src/schema/supabase.sql in your Supabase SQL editor to initialize the database schema.

Usage

  1. Run

    npm start
  2. Development

    npm run dev
  3. Get all commands

    {prefix}help

Screenshots

App Screenshot

Releases

No releases published

Packages

No packages published