Skip to content

zinx28/Account-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account-Creator

This is a simple Account Creator for making accounts and also a discord Bot!

This will be connected with mongodb This Will Only Have Making the account + and changing the username (one account per discord user) (You Must Have A Backend/Code Whats Connected to Mongodb what grabs the account)

How to Setup MongoDB?


Go to https://www.mongodb.com/cloud/atlas and signup and then sign in

Create a new Cluster choose a provider and then select a 'FREE TIER' Region 
For Cluster Tier set it to 'M0 Sandbox'
Leave everything else to the default setting 
Set your cluster name 
Press 'Create Cluster'

Go to the Collections Setting of your Cluster and press 'create new' database 
Set Database Name to something short and easy to remember 
Set Collection Name to 'users'
Press 'Create'. 
 
Go back to the 'Overview Tab' 
Press 'Connect' then Press 'Connect your application' 
Set driver to 'Node.JS' and version to '3.6 or later'
Copy the text that starts with 'mongodb+srv'
in config.json, replace the text "PUT-MONGODB-HERE" with what you just copied 
For the last step replace the password section of the text you just pasted with your Mongo accounts password.
 
Now your Mongoose is set up!

How to Setup discord bot / token

Go to https://discord.com/developers/applications sign in to your discord account

Click on New Application and the then Choose a Name
After that Click on the 'bot tab' then click 'add bot'
Where it says token click 'COPY'
in config.json where it says 'PUT-DISCORD-TOKEN-HERE' with what you just copied

Go to the tab 'OAuth2' and then 'URL Generator' where it says 'SCOPES' click bot
After that where it says 'BOT PERMISSIONS' click 'Administrator'
then you done that, In 'SCOPES' there should now be a link click 'COPY'
After make a new chrome tab (what ever browser your using) then past the link on top 
then add it to your server!

Now your discord bot is set up!

Bugs or issues

Known Issues:

Any bugs you found tell me
Feel free to pull request stuff!

Please note:

models/a.js was not mine please just add your own stuff in there ofc
YOU CAN EDIT THIS TO MAKE YOU OWN JUST DONT SKID IT

This supports discord.js 12.5.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published