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
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
After execution of some slash command is fired event SlashCommandExecuted. But when execution fails in TypeConverter (TypeConverter returns TypeConverterResult.FromError(...)) result is provided only via result of ExecuteCommandAsync but not fired event. I think that is bug and problematic handle this situations.
The text was updated successfully, but these errors were encountered:
After execution of some slash command is fired event SlashCommandExecuted. But when execution fails in TypeConverter (TypeConverter returns TypeConverterResult.FromError(...)) result is provided only via result of ExecuteCommandAsync but not fired event. I think that is bug and problematic handle this situations.
This should be fixed on #314. Are you using the latest version?
After execution of some slash command is fired event SlashCommandExecuted. But when execution fails in TypeConverter (TypeConverter returns
TypeConverterResult.FromError(...)
) result is provided only via result ofExecuteCommandAsync
but not fired event. I think that is bug and problematic handle this situations.The text was updated successfully, but these errors were encountered: