Begin work for 8ball
This commit is contained in:
parent
dd22c5e4ca
commit
9fa6ca05e3
1 changed files with 5 additions and 0 deletions
5
8ball.js
Normal file
5
8ball.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
name: '8ball',
|
||||||
|
description: 'Ask Anitrox a question, any question! and they will answer it!',
|
||||||
|
execute(client, message, args) {
|
||||||
|
|
Reference in a new issue