show quote category in showquote
This commit is contained in:
parent
36b2ae7ef3
commit
0551cdadfb
@ -43,7 +43,7 @@ module QuoteSystem
|
|||||||
event.channel.send_message("Quote doesn't exist")
|
event.channel.send_message("Quote doesn't exist")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
event.channel.send_message("##{quote[0][0]}: #{quote[0][3]}")
|
event.channel.send_message("##{quote[0][0]} <#{quote[0][2]}>: #{quote[0][3]}")
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user