- Create a new replit
- Select import from github
- paste this github url:
https://github.com/Zseni051/AutoSend
- Go to the tab
Secrets(Environment variables)
- 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"}}
- 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...
- Hit Run
- If you want it to run 24/7 on Replit use:
- Warning using a selfbot is against discord TOS and can get you banned if another user reports you.
- This was made in a short amount of time for fun and is only for educational purposes.