Skip to content

Commit

Permalink
Update userbind command ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Nov 2, 2024
1 parent 574aaf3 commit 7dcf525
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ConstantsENTranslation extends Translation<ConstantsStrings> {
selfAccountNotBinded: `I'm sorry, your account is not bound. You need to bind your account using ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)} first.`,
commandNotAvailableInServer:
"I'm sorry, this command is not available in this server.",
Expand All @@ -21,7 +21,7 @@ export class ConstantsENTranslation extends Translation<ConstantsStrings> {
userAccountNotBinded: `I'm sorry, that account is not bound. The user needs to bind their account using ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)} first.`,
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ConstantsESTranslation extends Translation<ConstantsStrings> {
selfAccountNotBinded: `Lo siento, tu cuenta no esta enlazada. Para enlazar tu cuenta, usa ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)} primero.`,
commandNotAvailableInServer:
"Lo siento, ese comando no esta disponible en este servidor.",
Expand All @@ -21,7 +21,7 @@ export class ConstantsESTranslation extends Translation<ConstantsStrings> {
userAccountNotBinded: `Lo siento, esa cuenta no esta enlazada. El usuario necesito enlazar su cuenta usando ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)} primero.`,
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ConstantsIDTranslation extends Translation<ConstantsStrings> {
selfAccountNotBinded: `Maaf, akun kamu belum terhubung. Kamu perlu menghubungkan akunmu menggunakan ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)} terlebih dahulu.`,
commandNotAvailableInServer:
"Maaf, perintah ini tidak tersedia untuk server ini.",
Expand All @@ -21,7 +21,7 @@ export class ConstantsIDTranslation extends Translation<ConstantsStrings> {
userAccountNotBinded: `Maaf, akun tersebut belum terhubung. Pemilik akun tersebut perlu menghubungkan akunnya menggunakan ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)} terlebih dahulu.`,
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ConstantsKRTranslation extends Translation<ConstantsStrings> {
selfAccountNotBinded: `죄송해요, 당신의 계정은 바인딩 되어있지 않아요. 먼저 ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)}로 계정을 바인드 해야해요.`,
commandNotAvailableInServer:
"죄송해요, 이 명령어는 이 서버에서 사용할 수 없어요.",
Expand All @@ -21,7 +21,7 @@ export class ConstantsKRTranslation extends Translation<ConstantsStrings> {
userAccountNotBinded: `죄송해요, 해당 계정은 바인드되어있지 않아요. 그 유저는 먼저 ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)}로 계정을 바인드 해야해요.`,
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ export class OnboardingBindAccountENTranslation extends Translation<OnboardingBi
furtherBindQuote: `You may also use the ${chatInputApplicationCommandMention(
"userbind",
"uid",
"881019231863468083",
"1302217968935108639",
)} or ${chatInputApplicationCommandMention(
"userbind",
"username",
"881019231863468083",
"1302217968935108639",
)} commands to access this feature. The first command identifies your osu!droid account by its uid, while the second command identifies your osu!droid account by its username.`,
};
}

0 comments on commit 7dcf525

Please sign in to comment.