Browse Source

I'm a fucking moron

master
Daniel Muckerman 8 years ago
parent
commit
c403080135
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      slack-pixiv/commands/pixiv.rb

+ 1
- 1
slack-pixiv/commands/pixiv.rb View File

@ -5,7 +5,7 @@ module SlackMathbot
match /pixiv\.net(?<url>.*)$/ do |client, _data, _match|
#asdf
client.say(channel: _data.channel, text: "Testing: #{match[:url]}")
client.say(channel: _data.channel, text: "Testing: #{_match[:url]}")
end
end

Loading…
Cancel
Save