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")
|
||||
return
|
||||
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
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user