Renamed gt command to got

This commit is contained in:
Indrajith K L
2021-05-26 22:44:34 +05:30
parent 2d17e95543
commit c895e9f5fe
2 changed files with 2 additions and 2 deletions

View File

@@ -26,9 +26,9 @@
"file": "./commands/vaccine.js" "file": "./commands/vaccine.js"
}, },
{ {
"name": "gt", "name": "got",
"description": "Game of Thrones Quotes", "description": "Game of Thrones Quotes",
"file": "./commands/gt.js" "file": "./commands/got.js"
} }
] ]
} }