
People (me included) often use the shorter version of defining python usage within a code block on discord: `py`. This small change should add support for it, the following is also considered a Python code in Discord: ```py print("Hello world!") ``` Note: Noticed while checking out the code and wanted to help by improving it, didn't test this change but it should work.