diff --git a/source/commands/developer/ping.js b/source/commands/developer/ping.js index 4f380497..eee9e779 100644 --- a/source/commands/developer/ping.js +++ b/source/commands/developer/ping.js @@ -32,7 +32,7 @@ module.exports.interaction = { }, "description": module.exports.help.description, "description_localizations": { - "en-US": "", + "en-US": "Check the ping and api latency of the bot.", "th": "ตรวจสอบความหน่วงและ API Latency ของบอท" } }, diff --git a/source/commands/information/mcserver.js b/source/commands/information/mcserver.js index 33f5c32d..80eba88f 100644 --- a/source/commands/information/mcserver.js +++ b/source/commands/information/mcserver.js @@ -112,7 +112,7 @@ module.exports.interaction = { "data": { "name": module.exports.help.name.toLowerCase(), "name_localizations": { - "en-US": "mcServer", + "en-US": "mcserver", "th": "เซิร์ฟเวอร์มายคราฟ" }, "description": module.exports.help.description, diff --git a/source/commands/manager/levelingBoard.js b/source/commands/manager/levelingBoard.js index 9cfb21a7..6b70a17a 100644 --- a/source/commands/manager/levelingBoard.js +++ b/source/commands/manager/levelingBoard.js @@ -70,7 +70,7 @@ module.exports.interaction = { "data": { "name": module.exports.help.name.toLowerCase(), "name_localizations": { - "en-US": "levelingBoard", + "en-US": "levelingboard", "th": "กระดานเลเวล" }, "description": module.exports.help.description, diff --git a/source/commands/manager/setEXP.js b/source/commands/manager/setEXP.js index 591be659..216c3f44 100644 --- a/source/commands/manager/setEXP.js +++ b/source/commands/manager/setEXP.js @@ -70,7 +70,7 @@ module.exports.interaction = { "data": { "name": module.exports.help.name.toLowerCase(), "name_localizations": { - "en-US": "setEXP", + "en-US": "setexp", "th": "ตั้งค่าค่าประสบการณ์" }, "description": module.exports.help.description, diff --git a/source/commands/manager/setLevel.js b/source/commands/manager/setLevel.js index 02985996..f696a1c4 100644 --- a/source/commands/manager/setLevel.js +++ b/source/commands/manager/setLevel.js @@ -70,7 +70,7 @@ module.exports.interaction = { "data": { "name": module.exports.help.name.toLowerCase(), "name_localizations": { - "en-US": "setLevel", + "en-US": "setlevel", "th": "ตั้งค่าเลเวล" }, "description": module.exports.help.description,