Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit edf97ca

Browse files
committed
removing unused text variable
1 parent 37636fa commit edf97ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/ruby_rules.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ rubyRules = [
1919

2020
module.exports = (robot) ->
2121
robot.respond /(what are )?the ruby (rules|laws)/i, (msg) ->
22-
text = msg.message.text
2322
msg.send rubyRules.join('\n')

0 commit comments

Comments
 (0)