athphane / userbot

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
3 occurrences in this check
Consider removing the commented out code block
 98            ".carbon",
 99            "Generates a carbon image of your code.\nUsage: `.carbon` reply to message or command args",
100        ],
101        # [102        #     ".carbonlang",
103        #     "Change carbon language for syntax highlighting.\nUsage: `.carbonlang` reply to message or "
104        #     "command args\n"
Consider removing the commented out code block
 84#     await message.delete()
 85
 86
 87# def get_carbon_lang(): 88#     """
 89#     Gets carbon language. Default py
 90#     """
Consider removing the commented out code block
 74#     await message.delete()
 75
 76
 77# @UserBot.on_message(filters.command("carbonlang", "!") & filters.me) 78# async def send_carbon_lang(bot: UserBot, message: Message):
 79#     """
 80#     Edits message to show current set carbon language