diff options
Diffstat (limited to 'start.py')
| -rwxr-xr-x | start.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ def bool_input(s): arg_parser = argparse.ArgumentParser( description="Python3 event-driven asynchronous modular IRC bot") -arg_parser.add_argument("--config", "-c", default="bot.json", +arg_parser.add_argument("--config", "-c", default="bot.conf", help="Location of the JSON config file") arg_parser.add_argument("--database", "-d", default="bot.db", help="Location of the sqlite3 database file") |
