Adds New Command for Breaking Bad Quotes

command: !bb
This commit is contained in:
Indrajith K L
2021-05-26 23:09:34 +05:30
parent c895e9f5fe
commit 77684697ab
3 changed files with 41 additions and 8 deletions

View File

@@ -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"
}
]
}