From 20499956e40ab053c865be6b29b3e53ffee0d78e Mon Sep 17 00:00:00 2001 From: CyrusXD <79554993+Ashutosh1478@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:53:04 +0530 Subject: [PATCH] Update fontgen.py --- plugins/fontgen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/fontgen.py b/plugins/fontgen.py index 3f62aaf..507de3b 100644 --- a/plugins/fontgen.py +++ b/plugins/fontgen.py @@ -28,7 +28,6 @@ Fonts = { async def _(e): input = e.pattern_match.group(1).strip() reply = await e.get_reply_message() - help = __doc__.format(i=HNDLR) if not input: m = "**Available Fonts**\n\n" for x in Fonts.keys():