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
Fixed a typo in a variable name
master
Daniel Muckerman
8 years ago
parent
3ae05325be
commit
8443f5bebc
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