From 4e86dbd1755db4ff8a1779fda8c3a167d1b24c8e Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 26 May 2021 23:18:24 +0530 Subject: Adds New Command for Dark Series Quotes command: !dark --- src/configs/commands.config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/configs') 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 -- cgit v1.2.3