buttontest wasn't intended for stable to begin with.

This commit is contained in:
IDeletedSystem64 2022-03-18 21:28:59 -05:00
parent b2f169e05f
commit b05a7335f8
1 changed files with 0 additions and 16 deletions

View File

@ -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 });
}
}