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
It is a bot I wrote for Discord. You can review the details of what you can do with this bot below.
To download all files to your workspace;
git clone https://github.com/v-Cx/Discord-Account-Generator.git
All you have to do is type npm i
or yarn install
in the terminal. And you are ready! 🚀
npm i
yarn install
{
"token" : "SERVER_TOKEN",
"prefix" : "Prefix that you want to use",
"bId" : SERVER_ID,
"accountChannel" : ACCOUNT_CHANNEL_ID,
"insChannel" : INSTAGRAM_CHANNEL_ID,
}
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.
Define your custom prefix. 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".* 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"..
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"..
MYSQL_HOST=/* MYSQL HOST */
MYSQL_USER=/* MYSQL USER */
MYSQL_SECRET=/* MYSQL PASS */
MYSQL_DB=/* MYSQL DATABASE */
The host where your SQL table is located (default: localhost)
MySQL Username
MySQL Password
MySQL database name
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.