show quote category in showquote

This commit is contained in:
fzorb 2024-10-04 11:35:37 +03:00
parent 36b2ae7ef3
commit 0551cdadfb

View File

@ -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