HUGS
This commit is contained in:
@@ -89,3 +89,9 @@ module.exports.undo = function (message, msg, args, discordclient) {
|
||||
})
|
||||
.catch();
|
||||
};
|
||||
|
||||
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);
|
||||
}
|
||||
@@ -216,7 +216,6 @@ module.exports.vote = async function(message, msg, args, discordclient) {
|
||||
polls[message.guild.id] = poll;
|
||||
|
||||
message.channel.send(`${message.author} voted for ${option}!`);
|
||||
//console.log(polls);
|
||||
} else {
|
||||
message.channel.send(':no_entry_sign: \`You have allready voted\`');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user