Update fontgen.py

This commit is contained in:
CyrusXD
2022-10-03 22:53:04 +05:30
committed by GitHub
parent 0671f371d3
commit 20499956e4

View File

@@ -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():