Skip to content

Commit

Permalink
Tweak !help a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwr22 committed Mar 26, 2020
1 parent 6df7d45 commit 93cfb9b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions covbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,21 @@

# command: ( usage, description )
HELP = {
'cases': ('!cases location', 'Get up to date info on cases, optionally in a specific location. You can give a country code, country, state, county, region or city.'),
'source': ('!source', 'Find out about my data sources and developers.'),
'help': ('!help', 'Get a reminder what I can do for you.'),
'cases': (
'!cases location',
'Get up to date info on cases, optionally in a specific location.'
' You can give a country code, country, state, county, region or city.'
' E.g. !cases china'
),
'compare': (
'!compare locations',
'Compare up to date info on case in multiple locations.'
'Compare up to date info on cases in multiple locations.'
' Separate the locations with semicolons (;).'
' You can give a country codes, countries, states, counties, regions or cities.'
)
' E.g. !compare cn;us;uk;it;de'
),
'source': ('!source', 'Find out about my data sources and developers.'),
'help': ('!help', 'Get a reminder what I can do for you.'),
}


Expand Down

0 comments on commit 93cfb9b

Please sign in to comment.