diff options
author | Indrajith K L | 2021-05-26 01:46:01 +0530 |
---|---|---|
committer | Indrajith K L | 2021-05-26 01:46:01 +0530 |
commit | 717a38d6b7cd20d2d7b9904dfeea9b29302900aa (patch) | |
tree | 3758e80ce0e43938e85fcbc27976843ed888d6e7 /src/configs | |
parent | 187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8 (diff) | |
download | radio-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.tar.gz radio-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.tar.bz2 radio-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.zip |
:sparkles: Add New Command `gt` - Game of Thrones Random Quotes
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 282de6e..268d889 100644 --- a/src/configs/commands.config.json +++ b/src/configs/commands.config.json @@ -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" } ] }
\ No newline at end of file |