aboutsummaryrefslogtreecommitdiff
path: root/src/commons/jokes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/commons/jokes.js')
-rw-r--r--src/commons/jokes.js7
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