mirror of
https://github.com/franjsco/umbrello-bot
synced 2025-02-22 06:27:40 +01:00
Edit welcome template
This commit is contained in:
parent
cb6d76d193
commit
696624f19f
@ -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.`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user