Skip to content

Commit d1db68f

Browse files
committed
Make !calc not mention the sender
1 parent 48b64fd commit d1db68f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Bot/Calc.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,4 @@ calc text = do
138138
interpretRpn rpn
139139

140140
calcCommand :: Reaction Message T.Text
141-
calcCommand =
142-
cmapR calc $ replyLeft $ cmapR (T.pack . show) $ Reaction replyMessage
141+
calcCommand = cmapR calc $ replyLeft $ cmapR (T.pack . show) sayMessage

0 commit comments

Comments
 (0)