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