From cc8479796963830ae2d9c8e8c34865f195ac8200 Mon Sep 17 00:00:00 2001 From: Anthony M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Thu, 4 Feb 2021 10:23:39 -0600 Subject: [PATCH] Remove 8ball --- 8ball.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 8ball.js diff --git a/8ball.js b/8ball.js deleted file mode 100644 index 476ae0f..0000000 --- a/8ball.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - name: '8ball', - description: 'Ask Anitrox a question, any question! and they will answer it!', - execute(client, message, args) { - \ No newline at end of file