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