aboutsummaryrefslogtreecommitdiff
path: root/death.js
diff options
context:
space:
mode:
Diffstat (limited to 'death.js')
-rw-r--r--death.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/death.js b/death.js
index a4e65f3..bb694fe 100644
--- a/death.js
+++ b/death.js
@@ -21,7 +21,7 @@ module.exports = {
},
die: {
func: msg => {
- google_images.searchRandom("die+meme")
+ google_images.searchRandom("die+meme")
.then(result => msg.channel.send(util.format(common.choose(deathmessages), `<@!${msg.author.id}>`) + `\n${result.image.url}`))
}
},