Skip to content

Commit

Permalink
fix: nomenclature NO_GROUP_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyagung committed May 6, 2024
1 parent b310173 commit c48903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sale/sale.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ export const NOW = CONF_NOW;
export const FALLBACK_MESSAGE =
'**Wrong input, invalid command or something error.**\n\nPlease restart by clicking /start.';

export const NO_GROUP_MESSAGE = `**You can't send me a "start" command in a group.**\n\nPlease send it via [my private chat](tg://user?id=${process.env.TELEGRAM_SALE_BOT_TOKEN!.split(':')[0]}).`;
export const NO_GROUP_MESSAGE = `**You can't send me a "start" command from inside a group.**\n\nPlease send it via [my private chat](tg://user?id=${process.env.TELEGRAM_SALE_BOT_TOKEN!.split(':')[0]}).`;

0 comments on commit c48903d

Please sign in to comment.