We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b64fd commit d1db68fCopy full SHA for d1db68f
1 file changed
src/Bot/Calc.hs
@@ -138,5 +138,4 @@ calc text = do
138
interpretRpn rpn
139
140
calcCommand :: Reaction Message T.Text
141
-calcCommand =
142
- cmapR calc $ replyLeft $ cmapR (T.pack . show) $ Reaction replyMessage
+calcCommand = cmapR calc $ replyLeft $ cmapR (T.pack . show) sayMessage
0 commit comments