aboutsummaryrefslogtreecommitdiff
path: root/src/commons/jokes.js
diff options
context:
space:
mode:
authorIndrajith K L2021-03-13 20:42:19 +0530
committerIndrajith K L2021-03-13 20:42:19 +0530
commitf94bac6fc107da947c271bc20139069ff302f7a7 (patch)
tree1b1ece0fddf9f683626a6215457b5b276dab9792 /src/commons/jokes.js
parentc3b6af4db3bba79a31af0bb1a6b4db38dfe57df4 (diff)
downloadlul-bot-f94bac6fc107da947c271bc20139069ff302f7a7.tar.gz
lul-bot-f94bac6fc107da947c271bc20139069ff302f7a7.tar.bz2
lul-bot-f94bac6fc107da947c271bc20139069ff302f7a7.zip
* Adds Joke of the day
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