Lightweight & configurable bot for Discord user accounts.
- Not reliant upon Discord.js (they killed selfbot support).
- Uses zlib for compression during gatway communication.
- Uses more efficient ETF instead of JSON for gateway communication.
- Multiple accounts support with per-account configuration in JSON.
- Message, presence, typing and voice events logging.
- Attachment saving and dedpulcation.
- Commands for deleting messages.
- Commands for exporting channel history.
- Create a copy of the configuration.
cp config{.example,}.json- Add your accounts and configure the bot.
nano config.json- Docker must be installed.
- Docker Compose must be installed.
docker-compose up -d --buildMake sure both are accessible and executable from your PATH.
yarn
yarn start?d, ?delete <limit>
Deletes <limit> messages from the channel.
?c, ?clear
Deletes all deletable messages from the channel.
?e, ?export
Export all messages & attachments from the channel.