This website works better with JavaScript.
Home
Explore
Help
Sign In
larke12
/
slack-pixiv-bot
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
I'm a fucking moron
master
Daniel Muckerman
8 years ago
parent
8443f5bebc
commit
c403080135
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save