Add New Command gt - Game of Thrones Random Quotes

This commit is contained in:
Indrajith K L
2021-05-26 01:46:01 +05:30
parent 187e6bc1f2
commit 717a38d6b7
3 changed files with 50 additions and 0 deletions

View File

@@ -24,6 +24,11 @@
"name": "vaccine",
"description": "Get Vaccine Availability by Pincode",
"file": "./commands/vaccine.js"
},
{
"name": "gt",
"description": "Game of Thrones Quotes",
"file": "./commands/gt.js"
}
]
}