You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Class `{cls.__name__}` received an invalid and unexpected value `{value}`. Please update interactions.py or report this issue on GitHub - https://github.com/interactions-py/interactions.py/issues"
121
+
get_logger().warning(
122
+
f"Class `{cls.__name__}` received an invalid and unexpected value `{value}`, a new enum item will be created to represent this value. Please update interactions.py or report this issue on GitHub - https://github.com/interactions-py/interactions.py/issues"
0 commit comments