timraay / HLLLogUtilities

A Discord bot that makes it easy to capture and export logs from your HLL servers
MIT License
9 stars 6 forks source link

Dynamically updated exports #32

Closed timraay closed 1 year ago

timraay commented 1 year ago

Currently when exporting, it first asks you step-by-step a range and format, before showing you the logs. Instead, it could immediately show you the resulting export, with the same options as dropdowns right below it. Whenever any of them is changed, the exported file will be updated. This makes the process more interactive and allows you to download different formats without having to repeat the command several times.

timraay commented 1 year ago

Implemented in #7f804da