diff --git a/lib/webhookservice.ex b/lib/webhookservice.ex index c23f0b9..5269e01 100644 --- a/lib/webhookservice.ex +++ b/lib/webhookservice.ex @@ -87,6 +87,8 @@ defmodule Discordirc.WebhookService do rescue e in MatchError -> Logger.warn("MatchError from nostrum workaround in place.") + e in FunctionClauseError -> + Logger.warn("FunctionClauseError from nostrum workaround in place.") end {:noreply, state}