Skip to content

A discord bot which u can use to generate accounts, u can add stock etc.

License

Notifications You must be signed in to change notification settings

Atluzka/account-gen-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DISCORD GENERATOR BOT

INFO

It uses a database to store the accounts, which people can generate. The bot has many customization options which can be changed in config.json (will make it even more customizable in next upd). It supports cookies or user/mail : pass.

This bot DOES NOT make accounts for you, you need to have the accounts yourself and u can put them inside the database which other people can generate.

I haven't made logs yet but i will add it when i feel like updating it.

FEATURES

  • /stock - Shows stock. Example message
  • /generate [service] - Will get an account/cookie from the database and send it to the user. server message, DMs message
  • /addstock [service] [upload file] - Will add stock to database. Also checks for dupes. Before running, After running
  • /createservice [name] [type] - Creates a service in the database. example
  • /deleteservice [service] - Will ask for confirmation. confirmation example
  • Highly customizable.
  • Easy to use and lightweight.

ERRORS

Make sure you have everything installed. Put this inside a requirements.txt file

discord.py==2.3.2
typing==3.7.4.3
datetime==5.2

Open a console in the folder u made the file in and run this:

pip install -r requirements.txt

Exmaple of a txt file (for addstock command)

username:password
email:password

If you get an error related to Privileges/intents go to discord.dev and enable all the intents for your application. (discord.dev -> applications -> choose your application -> bot -> scroll down a bit -> there should be 'Privileged Gateway Intents' -> enable all)

The bot is not sending any messages? Make sure your intents are enabled and the bot has permission to send messages in the channel you're using the bot in. (You also have to specify the channels where the generate command can be used in.)

You dont get a dm from the bot? Make sure your dms are open.

If you have any other errors make a issue about it or you can also message me in discord (you can find my discord on my profile.)