From 1f1804190528d3be0c97c1119aa3feaf7e5c029b Mon Sep 17 00:00:00 2001 From: "Rachel Fae Fox (foxiepaws)" Date: Fri, 4 Sep 2020 06:12:51 -0400 Subject: [PATCH] more nostrum workaround --- lib/webhookservice.ex | 2 ++ 1 file changed, 2 insertions(+) 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}