diff --git a/modules/quotes.js b/modules/quotes.js index 912142e..bb583db 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -193,7 +193,7 @@ var quotes = function(dbot) { }, '~d': function(data, params) { - dbot.say(data.channel, data.user + ': ' + dbot.interpolatedQuote('depressionbot')); + dbot.say(data.channel, data.user + ': ' + dbot.interpolatedQuote(dbot.name)); }, '~link': function(data, params) {