Spaces:
Paused
Paused
CyrusXD
commited on
Commit
·
7176cd0
1
Parent(s):
b5409bb
Update fontgen.py
Browse files- plugins/fontgen.py +0 -1
plugins/fontgen.py
CHANGED
@@ -28,7 +28,6 @@ Fonts = {
|
|
28 |
async def _(e):
|
29 |
input = e.pattern_match.group(1).strip()
|
30 |
reply = await e.get_reply_message()
|
31 |
-
help = __doc__.format(i=HNDLR)
|
32 |
if not input:
|
33 |
m = "**Available Fonts**\n\n"
|
34 |
for x in Fonts.keys():
|
|
|
28 |
async def _(e):
|
29 |
input = e.pattern_match.group(1).strip()
|
30 |
reply = await e.get_reply_message()
|
|
|
31 |
if not input:
|
32 |
m = "**Available Fonts**\n\n"
|
33 |
for x in Fonts.keys():
|