buttontest wasn't intended for stable to begin with.
This commit is contained in:
parent
b2f169e05f
commit
b05a7335f8
|
@ -1,16 +0,0 @@
|
|||
module.exports = {
|
||||
name: "buttontest",
|
||||
description: "buttontest",
|
||||
execute(client, message, args) {
|
||||
const buttonembed = {
|
||||
"title": "buttontest",
|
||||
"description": "anitrox buttontest",
|
||||
"color": 9442302,
|
||||
"footer": {
|
||||
"icon_url": "https://cdn.discordapp.com/embed/avatars/0.png",
|
||||
"text": "footertext"
|
||||
}
|
||||
};
|
||||
message.channel.send({ embed: buttonembed });
|
||||
}
|
||||
}
|
Reference in New Issue