diff --git a/lambdabot-social-plugins.cabal b/lambdabot-social-plugins.cabal
--- a/lambdabot-social-plugins.cabal
+++ b/lambdabot-social-plugins.cabal
@@ -1,5 +1,5 @@
 name:                   lambdabot-social-plugins
-version:                5.1.0.4
+version:                5.2
 
 license:                GPL
 license-file:           LICENSE
@@ -28,7 +28,7 @@
 
 build-type:             Simple
 cabal-version:          >= 1.8
-tested-with:            GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.1
+tested-with:            GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5
 
 source-repository head
   type:                 git
@@ -54,7 +54,7 @@
                         binary                  >= 0.5,
                         bytestring              >= 0.9,
                         containers              >= 0.4,
-                        lambdabot-core          >= 5.1 && < 5.2,
+                        lambdabot-core          >= 5.2 && < 5.3,
                         mtl                     >= 2,
                         split                   >= 0.2,
                         time                    >= 1.4
diff --git a/src/Lambdabot/Plugin/Social/Tell.hs b/src/Lambdabot/Plugin/Social/Tell.hs
--- a/src/Lambdabot/Plugin/Social/Tell.hs
+++ b/src/Lambdabot/Plugin/Social/Tell.hs
@@ -108,7 +108,7 @@
                 say "Messages cleared."
             }
         , (command "auto-reply")
-            { help = say "auto-reply. Lets lambda-bot auto-reply if someone sends you a message"
+            { help = say "auto-reply. Lets lambdabot auto-reply if someone sends you a message"
             , process = doAutoReply
             }
         , (command "auto-reply?")
