ToogaInc / ToogaBooga

An open-source Realm of the Mad God Discord chat bot designed for advanced cross-verification, moderation, and raid management.
MIT License
8 stars 4 forks source link

Removal of `prettyType` property in `IArgumentInfo`. #226

Closed ewang2002 closed 2 years ago

ewang2002 commented 2 years ago

I'm wondering if we should get rid of the prettyType property in the IArgumentInfo interface (see here). From what I've been seeing, we basically just copy the string representation of the value associated with the type property.

If we need to be more specific on what the type is, we can always describe it in the description of the argument. What do you guys think?