From 77684697abb223fe3b06655da27683a466121ed2 Mon Sep 17 00:00:00 2001
From: Indrajith K L
Date: Wed, 26 May 2021 23:09:34 +0530
Subject: Adds New Command for Breaking Bad Quotes command: !bb

---
 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 1c448c9..23435b1 100644
--- a/src/configs/commands.config.json
+++ b/src/configs/commands.config.json
@@ -29,6 +29,11 @@
             "name": "got",
             "description": "Game of Thrones Quotes",
             "file": "./commands/got.js"
+        },
+        {
+            "name": "bb",
+            "description": "Breaking Bad Quotes",
+            "file": "./commands/bb.js"
         }
     ]
 }
\ No newline at end of file
-- 
cgit v1.2.3