mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Remove help message
This commit is contained in:
@@ -3,8 +3,10 @@ export const START_MESSAGE = 'Привет, {name}! \n' +
|
||||
'Узнать, как со мной работать /help.\n' +
|
||||
'Настройки языков для поиска /settings.\n';
|
||||
|
||||
export const HELP_MESSAGE = 'Лучше один раз увидеть, чем сто раз услышать.\n' +
|
||||
'https://youtu.be/HV6Wm87D6_A';
|
||||
// export const HELP_MESSAGE = 'Лучше один раз увидеть, чем сто раз услышать.\n' +
|
||||
// 'https://youtu.be/HV6Wm87D6_A';
|
||||
|
||||
export const HELP_MESSAGE = 'Пока пусто :(';
|
||||
|
||||
export const SETTINGS_MESSAGE = 'Настройки:';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user