Zxce3 / userbot

Consider using f-strings PYL-C0209
Performance
Minor
a year ago2 years old
Formatting a regular string which could be a f-string
14        )
15
16        for module_name, module_commands in modules_help.items():
17            text += "{}: {}\n".format(18                module_name.title(),
19                " ".join(
20                    [