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

I added a few tag commands #124

Closed MaderDash closed 2 years ago

MaderDash commented 2 years ago

I created HID tag, LANGUAGE tag, and POWER tag. Please review the code , as I do not do this very often. Each tag should be self explanatory, and I put them up for your consideration. If I made any errors please feel free to edit them or let me know and I will try to correct them.

NOTE: apparently I changed the name of your example template, but was not sure how to NOT include this change in the pull request.

max-bromberg commented 2 years ago

After reformatting your new tags are ready. In the future when adding new tags, you should duplicate the template file and change the file name to your desired new tag and then fill in the fields. Be sure you do a quick grammar and spelling check, and after making your changes I suggest quickly pasting the entire thing into an online json parser to make sure all of the commas are correctly placed, so I can add and merge new tags quicker :)

Also, be sure you fork the develop branch from now on. Let me know if you need help with this.

New tags will be deployed in a few minutes. Thanks for your contributions!