mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
13 lines
297 B
Python
13 lines
297 B
Python
|
WHICH_CITY = (
|
||
|
'你想知道哪个城市的天气呢?',
|
||
|
'你要查询的城市是哪个呢?',
|
||
|
'你要查询哪个城市呢?',
|
||
|
'哪个城市呢?',
|
||
|
'请告诉我你要查询的城市~',
|
||
|
)
|
||
|
|
||
|
REPORT = (
|
||
|
'你查询了{city}的天气',
|
||
|
'{city}的天气是……',
|
||
|
)
|