Format with black
This commit is contained in:
@@ -317,7 +317,9 @@ def add_newcog_args(subparser) -> None:
|
|||||||
|
|
||||||
|
|
||||||
def parse_args() -> None:
|
def parse_args() -> None:
|
||||||
parser: argparse.ArgumentParser = argparse.ArgumentParser(prog="discord", description="Tools for helping with discord.py")
|
parser: argparse.ArgumentParser = argparse.ArgumentParser(
|
||||||
|
prog="discord", description="Tools for helping with discord.py"
|
||||||
|
)
|
||||||
parser.add_argument("-v", "--version", action="store_true", help="shows the library version")
|
parser.add_argument("-v", "--version", action="store_true", help="shows the library version")
|
||||||
parser.set_defaults(func=core)
|
parser.set_defaults(func=core)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user