test(boost-greeting): update greeting message to Indonesian

Update the boost greeting message and its corresponding test assertions
to use Indonesian instead of English.
This commit is contained in:
MythEclipse
2026-06-06 03:38:37 +07:00
parent b2cd402adc
commit 97442265ba
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ export async function sendBoostGreeting(
greetingChannelId: string,
): Promise<void> {
const message =
`🎉 Thank you for boosting <@${userId}>! ` +
`You can now claim a custom role using \`/booster-role claim\` in <#${greetingChannelId}>.`;
`🎉 Makasih udah ngeboost <@${userId}>! ` +
`Sekarang kamu bisa claim custom role pake \`/booster-role claim\` di sini.`;
await channel.send({ content: message });