Twentysix26 / x26-Cogs

General purpose cogs for Red V3
GNU General Public License v3.0
41 stars 29 forks source link

[Index] Add parser support for cogs without the author field #14

Closed Kreusada closed 3 years ago

Kreusada commented 3 years ago

Some cogs may not have an author field (for whatever reason), so it would be nice to handle any invalid form body errors. I was curious as to how to handle this and I'd love to see your opinion on the changes.

Edit: This has been tested

Twentysix26 commented 3 years ago

LGTM. Thanks