# A Discord message dumper bot that dumps messages from a specific user. ## Installation ```bash $ mvn clean package $ cp target/dmd*.jar . ``` You can also get prebuilt binaries here: [https://files.zajc.eu.org/builds/dmd/](https://files.zajc.eu.org/builds/dmd/). ## Running ```bash java -jar dmd.jar -t "your-bot's-token" -o output -u "user-id" ``` A few additional filtering options are supported as well, run the jar without parameters to get usage info. Do note that the output file is NUL-delimited.