diff options
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/commands.config.json | 5 |
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 |