Edit welcome template

This commit is contained in:
Francesco Esposito 2019-08-26 17:48:40 +02:00
parent cb6d76d193
commit 696624f19f
1 changed files with 14 additions and 2 deletions

View File

@ -6,8 +6,20 @@ export const searchCityTemplate = (data) => (
);
export const welcomeTemplate = (name) => (
`Welcome *${name}*`
export const welcomeTemplate = () => (
`*Welcome to umbrello-bot* ☂
An opensource telegram bot to know if you need to take the umbrella.
Made with by @frsposito.
`
);
export const helpTemplate = () => (
`*umbrello-bot commands*:
/search {city name} - search city.
/set {city id} - set city id.
/get - get forecast.`
);