We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a944371 commit d99af8bCopy full SHA for d99af8b
.rubocop.yml
@@ -1,6 +1,10 @@
1
Style/FrozenStringLiteralComment:
2
- Enable: false
+ Enabled: false
3
4
5
Naming/FileName:
6
7
+Layout/LineLength:
8
+ Max: 120
9
+Style/BlockComments:
10
bin/bot.rb
100644
100755
lib/slack_bot.rb
@@ -1,6 +1,7 @@
require 'slack-ruby-bot'
module Joker
+ # Displays commands help
class Slack < SlackRubyBot::Bot
help do
title 'Joker The Nerd Bot'
0 commit comments