From ca965e20cc2cbb4a897d1c708d3553fdc8d4b765 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 14 Nov 2018 10:27:15 +0000 Subject: `bool_input` moved to utils.cli --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index ebe638ad..76dcec89 100755 --- a/start.py +++ b/start.py @@ -73,7 +73,7 @@ if len(server_configs): bot.run() else: try: - if bool_input("no servers found, add one?"): + if utils.cli.bool_input("no servers found, add one?"): utils.cli.add_server(database) except KeyboardInterrupt: print() -- cgit v1.3.1-10-gc9f91