aboutsummaryrefslogtreecommitdiff
path: root/src/configs
diff options
context:
space:
mode:
authorIndrajith K L2021-05-26 01:46:01 +0530
committerIndrajith K L2021-05-26 01:46:01 +0530
commit717a38d6b7cd20d2d7b9904dfeea9b29302900aa (patch)
tree3758e80ce0e43938e85fcbc27976843ed888d6e7 /src/configs
parent187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8 (diff)
downloadlul-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.tar.gz
lul-bot-717a38d6b7cd20d2d7b9904dfeea9b29302900aa.tar.bz2
lul-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.json5
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