- Python3
- Custom text ID & EN
- Custom delay time
- You can choose remove message after send or not
- Multiple Account
- Push notification to your telegram bot
set Configuration settings in (https://github.com/0xtbug/discord-tools/blob/main/config.json) config.json
"accounts": [
{
"id": "your_discord_id",
"token": "your_discord_token"
},
{
"id": "your_discord_id",
"token": "your_discord_token"
}
// unlimited how many accounts you want
],
- Open install.bat
- Open start.bat
- In channel write
!lp <amount of messages>
pkg install python3
pip install -r requirements.txt
python3 main.py
set your bot configuration in (https://github.com/0xtbug/discord-tools/blob/main/config.json) config.json
"telegram": {
"token": "your_telegram_bot_token",
"chat_id": "your_telegram_chat_id"
},
"is_telegram_bot": true // make sure to change this
WARN: Using a selfbot is against TOS, It's not my fault if you get a ban when someone reports you
Original source: https://github.com/yudhasaputra/discord-bot