Myst(MysterialPy) and Rapptz
e92593d6f0
Make admonition-title un-selectable.
...
All admonition-title's should now be un-selectable.
2020-12-18 21:18:58 -05:00
Myst(MysterialPy) and Rapptz
c2a05688d7
Add Python 3.8 classifier to setup.py
...
Added `Programming Language :: Python :: 3.8` classifier to setup.py
since Discord.py fully supports it without error or warning.
2020-01-25 21:34:15 -05:00
Myst(MysterialPy) and Rapptz
63c5892b43
Fix Signature for Greedy/Optional converters
...
Change Greedy to `[a]...` | `[a=1]...`
2019-03-02 06:16:50 -05:00
Myst(MysterialPy) and Rapptz
806295a1be
Add remove() to Reaction
...
Added a coro, `remove()` which takes in a sole parameter, `member`.
This new coro will remove the reaction by the provided member from the reactions message.
`message.remove_reaction(reaction, member)` was not removed as to not introduce breaking changes.
2019-02-14 20:21:09 -05:00
Myst(MysterialPy) and Rapptz
8ba78168a6
Add Spotify intergration colour
...
Added property `colour` and alias `color` which returns the Spotify
integration colour (#1db954).
Technically Discord uses both (#1cb050 and #1db954) but it appears the
former is an official Spotify colour.
2018-03-09 15:46:42 -05:00
Myst(MysterialPy) and GitHub
31cc4c39de
Fix _image_url returning htps
...
Should be https :)
Just made this a separate PR from my previous one, in-case you decide to not include it.
2018-03-07 23:32:20 +10:00
MysterialPy and GitHub
096584733e
Stop asyncio.async throwing a syntax error in 3.7.
...
Maintains support for < 3.4.4
2017-11-13 22:07:54 +10:00
MysterialPy and Rapptz
bae6f80327
[commands] Split Cooldown state processing to two different functions.
...
This allows us to check if we are rate limited without
creating a new cool-down window for the command.
2017-10-03 03:57:06 -04:00
MysterialPy and Rapptz
adf99eb2cd
Add delete_after to 'edit'.
...
Allow for edited messages to be deleted after [float] seconds with optional parameter delete_after.
2017-08-15 20:05:48 -04:00