more nostrum workaround

master
Rachel Fae Fox (foxiepaws) 2020-09-04 06:12:51 -04:00
parent b423d4c163
commit 1f18041905
1 changed files with 2 additions and 0 deletions

View File

@ -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}