14 Commits

Author SHA1 Message Date
bobloy
6a76d43c3d Merge branch 'master' into maybe_send_embeds 2020-08-18 08:17:21 -04:00
bobloy
36dc74cfb1 Add red_delete_data_for_user 2020-08-06 11:34:05 -04:00
bobloy
810670f5c0 Use maybe_send_embed instead 2020-08-03 15:24:52 -04:00
bobloy
3e4ddb24f0
Add calls to super().__init__ (#110) 2020-08-03 13:11:35 -04:00
bobloy
9af8601124
Remove commands.Cog backwards compatibility, and reformatting (#98)
* Unneeded requirements

* No need for lambda or function

* Remove Cog backwards compatibility, and reformatting
2020-07-20 15:25:14 -04:00
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