diff options
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/commands.config.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json index 1865374..268d889 100644 --- a/src/configs/commands.config.json +++ b/src/configs/commands.config.json @@ -19,6 +19,16 @@ "name": "loadout", "description": "Get CoD Mobile User Loadout", "file": "./commands/loadout.js" + }, + { + "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 |