mirror of
https://github.com/franjsco/umbrello-bot
synced 2025-06-05 21:49:11 +02:00
Edit welcome template
This commit is contained in:
@ -6,8 +6,20 @@ export const searchCityTemplate = (data) => (
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
export const welcomeTemplate = (name) => (
|
export const welcomeTemplate = () => (
|
||||||
`Welcome *${name}*`
|
`*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.`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user