Skip to content

Commit

Permalink
ℹ️ Fixed incorrect localization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 16, 2022
1 parent 055eeb9 commit 0381c77
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/commands/developer/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ของบอท"
}
},
Expand Down
2 changes: 1 addition & 1 deletion source/commands/information/mcserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion source/commands/manager/levelingBoard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion source/commands/manager/setEXP.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion source/commands/manager/setLevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0381c77

Please sign in to comment.