From 9661da92671daa3d6523ca1d018fd98b2f79c1d8 Mon Sep 17 00:00:00 2001 From: foldcat <151979723+foldcat@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:14:01 +0800 Subject: [PATCH] fix #619 --- lib/nostrum/constants.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nostrum/constants.ex b/lib/nostrum/constants.ex index 16624da85..92f893c5b 100644 --- a/lib/nostrum/constants.ex +++ b/lib/nostrum/constants.ex @@ -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"