Discord Account Generator Save

Discord Account Generator

Project README

Last Update

If there are any new updates to this project that you would like to see, please submit your requests in the issues section. The project is still using discordJS version ^11.5.1

Before Begin

It is a bot I wrote for Discord. You can review the details of what you can do with this bot below.

Contents

Installation

To download all files to your workspace;

git clone https://github.com/v-Cx/Discord-Account-Generator.git

JavaScript

Install Depenciess

All you have to do is type npm i or yarn install in the terminal. And you are ready! 🚀

npm i
yarn install

Usage

Main Points You Should Arrange

{
    "token" : "SERVER_TOKEN",
    "prefix" : "Prefix that you want to use",
    "bId" : SERVER_ID,
    "accountChannel" : ACCOUNT_CHANNEL_ID,
    "insChannel" : INSTAGRAM_CHANNEL_ID,
}

token

Paste the token you received from the Discord developer portal for your server here.

To Get Token: Discord Developer Portal

1- Select Your Application

2- Click Bot on the left sidebar menu

3- Click the "Click to Reveal Token" link next to the Icon option.

prefix

Define your custom prefix.

bId

Paste your server id here. *If you don't know how to make your server ID* *-Open Settings in Discord -> Click Apparence -> Enable Developer Mode.* *Right click your own server on the servers listed on the left and click "copy ID".*

accountChannel

In which channel can users generate accounts using commands? *Detailed explanation: Create a channel. Example (#generate_channel) Users can now generate accounts using the #generate_channel channel.*

Developer mode must be turned on.

Right click the channel you created and click "copy ID"..

insChannel

Enter the id of the channel that users query users for Instagram. Developer mode must be turned on.

Right click the channel you created and click "copy ID"..

.env

MYSQL_HOST=/* MYSQL HOST */
MYSQL_USER=/* MYSQL USER */
MYSQL_SECRET=/* MYSQL PASS */
MYSQL_DB=/* MYSQL DATABASE */

MYSQL_HOST

The host where your SQL table is located (default: localhost)

MYSQL_USER

MySQL Username

MYSQL_SECRET

MySQL Password

MYSQL_DB

MySQL database name

Spotify.js

This file contains functions that will respond to the! Spotify command written by the user according to the prefix (example (!)) You specify on your discord server.

If you wish, you can duplicate this file as many as the number of platforms you will give your users. Or you can write a function instead and rearrange it according to the command that the user has written.

Screenshots from within the Discord bot

alt text

Website sellthing.co

Open Source Agenda is not affiliated with "Discord Account Generator" Project. README Source: v-Cx/Discord-Account-Generator
Stars
80
Open Issues
2
Last Commit
1 month ago

Open Source Agenda Badge

Open Source Agenda Rating