From 57b7cec33e32f02fe67de91aec66662b6ae5c6ab Mon Sep 17 00:00:00 2001 From: rebecca Date: Sun, 13 Sep 2026 15:26:31 +0100 Subject: oops --- discord/pylon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/pylon.lua b/discord/pylon.lua index 0e8c470..0583e6b 100644 --- a/discord/pylon.lua +++ b/discord/pylon.lua @@ -71,7 +71,7 @@ function Discord.add_channel(self, channel) end end self.log("Making webhook for channel",channel.descriptor) - local wh = self:_req_post("channels/"..channel.descriptor.."/webhooks", { + local wh = self:_req("channels/"..channel.descriptor.."/webhooks", { name=self.name:gsub("discord",""):gsub("clyde","").." wilson hook" }) self.channel_to_webhook[channel.descriptor] = wh end -- cgit v1.2.3