diff options
-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 |