File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 54
54
parser = argparse .ArgumentParser (prog = "twitchio" )
55
55
parser .add_argument ("--version" , action = "store_true" , help = "Get version and debug information for TwitchIO." )
56
56
57
- # TODO: Only uncomment for testing, until complete...
58
57
new_bot = parser .add_argument_group ("Create Bot" , "Create and generate bot boilerplate via an interactive walkthrough." )
59
58
new_bot .add_argument ("--create-new" , action = "store_true" , help = "Start an interactive walkthrough." )
60
59
@@ -301,7 +300,7 @@ def generate_venv() -> None:
301
300
install_packages (exe , starlette )
302
301
303
302
304
- async def generate_bot () -> ... :
303
+ async def generate_bot () -> None :
305
304
name = validate_input ("Project name? (Leave blank to generate files in this directory): " )
306
305
if name :
307
306
_dir = pathlib .Path (name )
You can’t perform that action at this time.
0 commit comments