class names are supposed to uh, be capitalised, moron

master
Rachel Fae Fox (foxiepaws) 2020-09-04 06:07:56 -04:00
parent a65e70b3c7
commit b423d4c163
1 changed files with 1 additions and 1 deletions

View File

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