aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/utils/utils.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/bot/exts/utils/utils.py b/bot/exts/utils/utils.py
index 3e913b6ea..34ac8276d 100644
--- a/bot/exts/utils/utils.py
+++ b/bot/exts/utils/utils.py
@@ -86,8 +86,13 @@ class Utils(Cog):
await LinePaginator.paginate(char_list, ctx, embed, max_lines=10, max_size=2000, empty=False)
@command()
- async def zen(self, ctx: Context, zen_rule_index: int | None,
- *, search_value: Union[int, str, None] = None) -> None:
+ async def zen(
+ self,
+ ctx: Context,
+ zen_rule_index: int | None,
+ *,
+ search_value: Union[int, str, None] = None
+ ) -> None:
"""
Show the Zen of Python.