From 9fa6ca05e3cff34f47379f7df62cdda2c6a6abe0 Mon Sep 17 00:00:00 2001 From: Anthony M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Thu, 4 Feb 2021 01:29:09 -0600 Subject: [PATCH] Begin work for 8ball --- 8ball.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 8ball.js diff --git a/8ball.js b/8ball.js new file mode 100644 index 0000000..476ae0f --- /dev/null +++ b/8ball.js @@ -0,0 +1,5 @@ +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