Skip to content

Commit

Permalink
fix #619
Browse files Browse the repository at this point in the history
  • Loading branch information
foldcat committed Aug 13, 2024
1 parent 5e1f1d1 commit 9661da9
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 9661da9

Please sign in to comment.