Browse Source

Try again?

master
Daniel Muckerman 9 years ago
parent
commit
3466d5fc58
2 changed files with 1 additions and 2 deletions
  1. +1
    -0
      slack-mathbot.rb
  2. +0
    -2
      slack-mathbot/commands/calculate.rb

+ 1
- 0
slack-mathbot.rb View File

@ -1,3 +1,4 @@
require Math
require 'slack-ruby-bot'
require 'slack-mathbot/version'
require 'slack-mathbot/about'

+ 0
- 2
slack-mathbot/commands/calculate.rb View File

@ -1,5 +1,3 @@
require Math
module SlackMathbot
module Commands
class Calculate < SlackRubyBot::Commands::Base

Loading…
Cancel
Save