9 Commits

Author SHA1 Message Date
DevilXD
9a3040cf20 Added support for 'py' as the code block type (#47)
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.
2019-05-18 20:00:00 -04:00
bobloy
da6bbccd3f black formatting 2018-10-11 11:22:16 -04:00
bobloy
8935303f41 Prep for Red RC1 breaking change 2018-10-01 11:39:12 -04:00
bobloy
3afb2cf43a Info updates 2018-09-24 13:49:05 -04:00
Bobloy
273e622fa7 Assorted QoL updates 2018-05-17 09:43:14 -04:00
bobloy
3f331e2016 new commands.Context 2018-05-12 18:25:47 -04:00
Bobloy
8cca379d37 Toggle lint and Alpha release
Signed-off-by: Bobloy <alboblexloy@gmail.com>
2018-05-11 12:53:12 -04:00
Bobloy
d467c8b24f Now functional
Signed-off-by: Bobloy <alboblexloy@gmail.com>
2018-05-11 12:08:09 -04:00
Bobloy
3f25d1121f CogLint initial commit
Signed-off-by: Bobloy <alboblexloy@gmail.com>
2018-05-10 15:18:28 -04:00