vincyxiroff / account-gen-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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
Requests==2.31.0
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.)

About

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

License:MIT License


Languages

Language:Python 100.0%