diff --git a/Calamity/HTTP/Channel.hs b/Calamity/HTTP/Channel.hs
--- a/Calamity/HTTP/Channel.hs
+++ b/Calamity/HTTP/Channel.hs
@@ -320,7 +320,7 @@
     postWith' body u o
   action (CrosspostMessage _ _) = postEmpty
   action (GetChannel _) = getWith
-  action (ModifyChannel _ p) = putWith' (ReqBodyJson p)
+  action (ModifyChannel _ p) = patchWith' (ReqBodyJson p)
   action (DeleteChannel _) = deleteWith
   action (GetChannelMessages _ (Just (ChannelMessagesAround (fromSnowflake -> a))) l) =
     getWithP ("around" =: a <> "limit" =:? (l ^? _Just . #limit))
diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for Calamity
 
+## 0.1.28.5
+
++ Use the correct HTTP method for `ModifyChannel`
+
 ## 0.1.28.4
 
 + Rework the route handling so that the bucket keys for emoji routes work
diff --git a/calamity.cabal b/calamity.cabal
--- a/calamity.cabal
+++ b/calamity.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ab4efef98213c2235c6f8062573bbfac890f01cc09133f83530d5e4388dbcccd
+-- hash: e75edd6f528871c8867bbd8aa43ae458a8b7c3f45bb7b7b64456611f988244a3
 
 name:           calamity
-version:        0.1.28.4
+version:        0.1.28.5
 synopsis:       A library for writing discord bots in haskell
 description:    Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>
 category:       Network, Web
