AutoSend_Official

preview

Instalation:

Replit:

  1. Create a new replit
  2. Select import from github
  3. paste this github url: https://github.com/Zseni-Verified/AutoSend_Official
  4. Go to the tab Secrets(Environment variables)
  5. Create a secret with the key name:<Settings> and for the value parse the following:

{"Token": "Put your token here", 
"AutoSend_1": {"ChannelID": "Put your ChannelID here", "Send": "!d bump", "Cooldown": "7200"}, 
"AutoSend_2": {"ChannelID": "Put your ChannelID here", "Send": "pls daily", "Cooldown": "86400"}}
  1. Proceed to edit your configuration
    • You can find your token using this
    • To find the channel_id copy the last digits of the url to that channel.
      • For example the channel id for: https://discord.com/channels/835679011449407882/85435265406417675
      • Would be 85435265406417675
    • You can have more than two AutoSends, just make sure to name it AutoSend_3, AutoSend_4 and so on…
  2. Hit Run

Local:

  1. Open the folder Local in github and download main.py
  2. Download python if not already installed
  3. Install the required modules
  4. Run main.py this will create a settings.json file
  5. Proceed to edit your configuration
  6. Run main.py again

Caution

  • Warning using a selfbot is against discord tos and can get you banned if an another user reports you.
  • This was made in a short ammount of time for fun and is only for educational purposes.

Credits:

GitHub

https://github.com/Zseni-Verified/AutoSend_Official