joeldesante / Harvey

Community managment Discord bot for the Old Dominion University Computer Science community.
GNU General Public License v3.0
6 stars 4 forks source link

refactor: topics.csv -> topics.txt #60

Closed LeoDog896 closed 1 year ago

LeoDog896 commented 1 year ago

The CSV file format is incorrectly used for the topics file, since the topics file doesn't escape commas in its normal use.

Not only does this render the CSV extension useless (e.g. in github rich renders), but it also may be a bit misleading on its file name as well.

joeldesante commented 1 year ago

Note, that the base for all PR's is the dev branch. Updated PR

joeldesante commented 1 year ago

Thanks for the contribution!