aboutsummaryrefslogtreecommitdiff
path: root/src/configs
diff options
context:
space:
mode:
authorIndrajith K L2021-05-26 23:18:24 +0530
committerIndrajith K L2021-05-26 23:18:24 +0530
commit4e86dbd1755db4ff8a1779fda8c3a167d1b24c8e (patch)
treece7a412f1739089a503e8736cb6914cb9d3a97ec /src/configs
parent77684697abb223fe3b06655da27683a466121ed2 (diff)
downloadlul-bot-4e86dbd1755db4ff8a1779fda8c3a167d1b24c8e.tar.gz
lul-bot-4e86dbd1755db4ff8a1779fda8c3a167d1b24c8e.tar.bz2
lul-bot-4e86dbd1755db4ff8a1779fda8c3a167d1b24c8e.zip
Adds New Command for Dark Series Quotes
command: !dark
Diffstat (limited to 'src/configs')
-rw-r--r--src/configs/commands.config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json
index 23435b1..af4da0d 100644
--- a/src/configs/commands.config.json
+++ b/src/configs/commands.config.json
@@ -34,6 +34,11 @@
"name": "bb",
"description": "Breaking Bad Quotes",
"file": "./commands/bb.js"
+ },
+ {
+ "name": "dark",
+ "description": "Dark Series Quotes",
+ "file": "./commands/dark.js"
}
]
} \ No newline at end of file