nyxx-discord / nyxx_commands

A framework for easily creating slash commands and text commands for Discord using the nyxx library.
Apache License 2.0
13 stars 5 forks source link

Fix toExpressionSource not handling enums #103

Closed abitofevrything closed 1 year ago

abitofevrything commented 1 year ago

Description

Fixes an issue where enums couldn't be used in constant expressions handled by the compilation script due to a narrow cast to ClassElement.

Type of change

Checklist: