diff --git a/systems/quote.rb b/systems/quote.rb index c1cdf69..b9095ed 100644 --- a/systems/quote.rb +++ b/systems/quote.rb @@ -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 \ No newline at end of file