fixed spelling

This commit is contained in:
plane000
2018-05-22 20:24:11 +01:00
parent 41742456be
commit 3c2d6ea65f

View File

@@ -93,5 +93,5 @@ module.exports.undo = function (message, msg, args, discordclient) {
module.exports.hug = function(message, msg, args, discordclient) { module.exports.hug = function(message, msg, args, discordclient) {
var em = new Discord.RichEmbed(); var em = new Discord.RichEmbed();
em.setImage('https://cdn.discordapp.com/attachments/345580737149403146/442232811605458957/cat-instantly-hugs-plush-toy.gif'); em.setImage('https://cdn.discordapp.com/attachments/345580737149403146/442232811605458957/cat-instantly-hugs-plush-toy.gif');
messgae.channel.send(em); message.channel.send(em);
} }