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