Skip to content

Commit

Permalink
Merge pull request #623 from foldcat/master
Browse files Browse the repository at this point in the history
fix #619
  • Loading branch information
jchristgit authored Aug 13, 2024
2 parents 5e1f1d1 + 9661da9 commit 02d4267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nostrum/constants.ex
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defmodule Nostrum.Constants do
do: "/webhooks/#{webhook_id}/#{webhook_token}/messages/#{message_id}"

def webhook_message_edit(webhook_id, webhook_token, message_id),
do: "/webhooks/#{webhook_id}/#{webhook_token}/#{message_id}"
do: "/webhooks/#{webhook_id}/#{webhook_token}/messages/#{message_id}"

def webhook_git(webhook_id, webhook_token),
do: "/webhooks/#{webhook_id}/#{webhook_token}/github"
Expand Down

0 comments on commit 02d4267

Please sign in to comment.