athphane / userbot

Consider using f-strings PYL-C0209
Performance
Minor
1 occurrence in this check
Formatting a regular string which could be a f-string
 7from userbot import UserBot
 8from userbot.plugins.help import add_command_help
 9
10mention = partial("<a href='tg://user?id={}'>{}</a>".format)11
12hmention = partial("<a href='tg://user?id={}'>\u200B</a>{}".format)
13