From b05a7335f84c5a945d7e93503f9b1d84cff74a88 Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Fri, 18 Mar 2022 21:28:59 -0500 Subject: [PATCH] buttontest wasn't intended for stable to begin with. --- commands/buttontest.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 commands/buttontest.js diff --git a/commands/buttontest.js b/commands/buttontest.js deleted file mode 100644 index 643cd22..0000000 --- a/commands/buttontest.js +++ /dev/null @@ -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 }); - } -} \ No newline at end of file