Remove Fidget Flyer

This commit is contained in:
Daniel Odendahl Jr
2017-04-24 20:55:32 +00:00
parent 7395ced706
commit 9a75ee549b
2 changed files with 2 additions and 19 deletions
-15
View File
@@ -19,18 +19,3 @@ module.exports.carbon = (count) => {
servercount: count
});
};
module.exports.webhook = (description, author, color) => {
const embed = {
description: description,
author: {
name: author
},
color: color
};
return request
.post(process.env.LOGGER_URL)
.send({
embeds: [embed]
});
};