A554551N / chorumfur-bot

A bot to manage a custom discord
1 stars 0 forks source link

58 improve string formatting for list outputs #59

Closed A554551N closed 1 year ago

A554551N commented 1 year ago

Long-term I think it might be worth refactoring the code to pass all of the potential outputs through a unified format_output() method that would return a perfectly formatted string. The roadblock to this is largely that different output commands display different amounts of data. I think this could be circumvented with some clever iterating though.