From b423d4c163d439a0d3d37c4b88e046361797095a Mon Sep 17 00:00:00 2001 From: "Rachel Fae Fox (foxiepaws)" Date: Fri, 4 Sep 2020 06:07:56 -0400 Subject: [PATCH] class names are supposed to uh, be capitalised, moron --- lib/discordhandler.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/discordhandler.ex b/lib/discordhandler.ex index 8f5d48f..81981c2 100644 --- a/lib/discordhandler.ex +++ b/lib/discordhandler.ex @@ -17,7 +17,7 @@ defmodule Discordirc.DiscordHandler do is_my_webhook = if is_webhook do {:ok, wh} = Api.get_webhook(msg.webhook_id) - wh.user.id == nostrum.snowflake.dump(me.id) + wh.user.id == Nostrum.Snowflake.dump(me.id) else false end