arduinodiscord / bot-legacy

A helpful bot for the Arduino discord community.
https://arduino.cc/discord
GNU General Public License v3.0
15 stars 10 forks source link

made file extension detection more dynamic #40

Closed Panjkrc closed 4 years ago

Panjkrc commented 4 years ago

Replaced if checks with .includes() function This makes code more compact, and should make it easier to add more file extension to the list.

I use this way of doing it in my bot: https://github.com/Panjkrc/sambot/blob/master/index.js#L121

max-bromberg commented 4 years ago

Changes will be deployed to production within the next week.