Add haskell formatting to cloc output
This commit is contained in:
parent
e81fc9fbf8
commit
2282ca5cd8
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class DevCog(Scale):
|
||||||
output = subprocess.check_output( # noqa: S603, S607
|
output = subprocess.check_output( # noqa: S603, S607
|
||||||
["tokei", "-C", "--sort", "code"]
|
["tokei", "-C", "--sort", "code"]
|
||||||
).decode("UTF-8")
|
).decode("UTF-8")
|
||||||
await ctx.send(f"```\n{output}\n```")
|
await ctx.send(f"```haskell\n{output}\n```")
|
||||||
|
|
||||||
|
|
||||||
def setup(bot: Snake) -> None:
|
def setup(bot: Snake) -> None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue