diff options
Diffstat (limited to 'src/commons')
-rw-r--r-- | src/commons/jokes.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/commons/jokes.js b/src/commons/jokes.js new file mode 100644 index 0000000..261cacb --- /dev/null +++ b/src/commons/jokes.js @@ -0,0 +1,7 @@ +module.exports = { + name: "jokes", + description: "Only bad jokes here", + execute() { + + } +}
\ No newline at end of file |