diff options
author | Indrajith K L | 2021-05-26 22:44:34 +0530 |
---|---|---|
committer | Indrajith K L | 2021-05-26 22:44:34 +0530 |
commit | c895e9f5fe9ed0eb11f6b2dc239a05365cfd3975 (patch) | |
tree | 387da0a5df8503b536ba9f39959a7d234a7e658c | |
parent | 2d17e95543479c6114a009b64f7945c78b3d2b78 (diff) | |
download | radio-bot-c895e9f5fe9ed0eb11f6b2dc239a05365cfd3975.tar.gz radio-bot-c895e9f5fe9ed0eb11f6b2dc239a05365cfd3975.tar.bz2 radio-bot-c895e9f5fe9ed0eb11f6b2dc239a05365cfd3975.zip |
Renamed gt command to got
-rw-r--r-- | src/commands/got.js (renamed from src/commands/gt.js) | 0 | ||||
-rw-r--r-- | src/configs/commands.config.json | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/gt.js b/src/commands/got.js index 512e76b..512e76b 100644 --- a/src/commands/gt.js +++ b/src/commands/got.js diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json index 268d889..1c448c9 100644 --- a/src/configs/commands.config.json +++ b/src/configs/commands.config.json @@ -26,9 +26,9 @@ "file": "./commands/vaccine.js" }, { - "name": "gt", + "name": "got", "description": "Game of Thrones Quotes", - "file": "./commands/gt.js" + "file": "./commands/got.js" } ] }
\ No newline at end of file |