diff --git a/slack-pixiv/commands/pixiv.rb b/slack-pixiv/commands/pixiv.rb index 4cb0622..4f00b4a 100644 --- a/slack-pixiv/commands/pixiv.rb +++ b/slack-pixiv/commands/pixiv.rb @@ -2,7 +2,7 @@ module SlackMathbot module Commands class Pixiv < SlackRubyBot::Commands::Base - match /pixiv\.net(?.*)\?$/ do |client, _data, _match| + match /pixiv\.net(?.*)$/ do |client, _data, _match| #asdf client.say(channel: data.channel, text: "Testing: #{match[:url]}")