aboutsummaryrefslogtreecommitdiff
path: root/src/configs/commands.config.json
diff options
context:
space:
mode:
authorIndrajith K L2021-05-26 23:09:34 +0530
committerIndrajith K L2021-05-26 23:09:34 +0530
commit77684697abb223fe3b06655da27683a466121ed2 (patch)
treeffe86865f269a17788cff2bb8eb7abaf211dc9b4 /src/configs/commands.config.json
parentc895e9f5fe9ed0eb11f6b2dc239a05365cfd3975 (diff)
downloadradio-bot-77684697abb223fe3b06655da27683a466121ed2.tar.gz
radio-bot-77684697abb223fe3b06655da27683a466121ed2.tar.bz2
radio-bot-77684697abb223fe3b06655da27683a466121ed2.zip
Adds New Command for Breaking Bad Quotes
command: !bb
Diffstat (limited to 'src/configs/commands.config.json')
-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 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