Skip to content

Fix interaction data option value conversion

Created by: IDoEverything

Summary

Changes the interaction data option value to convert using the Type value.

Details

The previous implementation would bug out if a ulong was passed into a string parameter. This uses the type value given by discord to avoid that kind of confusion.

Changes proposed

  • Remove the JsonConverter and use a switch instead.

Merge request reports

Loading