GloryBot/locale/en.json

21 lines
501 B
JSON
Raw Permalink Normal View History

2024-05-01 22:15:35 +03:00
{
"messages": {
"welcome": {
"morning": [
2024-06-19 10:43:56 +03:00
"{0} Good morning and welcome! {1}"
2024-05-01 22:15:35 +03:00
],
"midday": [
2024-06-19 10:43:56 +03:00
"{0} Good day and welcome! {1}"
2024-05-01 22:15:35 +03:00
],
"evening": [
2024-06-19 10:43:56 +03:00
"{0} Good evening and welcome! {1}"
2024-05-01 22:15:35 +03:00
],
"night": [
2024-06-19 10:43:56 +03:00
"{0} Good night and welcome! {1}"
2024-05-01 22:15:35 +03:00
],
"unknown": [
"{0} Hello and welcome! {1}"
]
}
}
}