mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Remove Fidget Flyer
This commit is contained in:
@@ -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]
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user