From 3c2d6ea65fb30aed56c60bb4d886ef49382ef674 Mon Sep 17 00:00:00 2001 From: plane000 Date: Tue, 22 May 2018 20:24:11 +0100 Subject: [PATCH] fixed spelling --- commands/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/commands.js b/commands/commands.js index 27b09af..015de36 100644 --- a/commands/commands.js +++ b/commands/commands.js @@ -93,5 +93,5 @@ module.exports.undo = function (message, msg, args, discordclient) { module.exports.hug = function(message, msg, args, discordclient) { var em = new Discord.RichEmbed(); em.setImage('https://cdn.discordapp.com/attachments/345580737149403146/442232811605458957/cat-instantly-hugs-plush-toy.gif'); - messgae.channel.send(em); + message.channel.send(em); } \ No newline at end of file