diff options
author | Indrajith K L | 2021-03-13 20:42:19 +0530 |
---|---|---|
committer | Indrajith K L | 2021-03-13 20:42:19 +0530 |
commit | f94bac6fc107da947c271bc20139069ff302f7a7 (patch) | |
tree | 1b1ece0fddf9f683626a6215457b5b276dab9792 /src/commons | |
parent | c3b6af4db3bba79a31af0bb1a6b4db38dfe57df4 (diff) | |
download | lul-bot-f94bac6fc107da947c271bc20139069ff302f7a7.tar.gz lul-bot-f94bac6fc107da947c271bc20139069ff302f7a7.tar.bz2 lul-bot-f94bac6fc107da947c271bc20139069ff302f7a7.zip |
* Adds Joke of the day
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 |