| Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
`!liststream`
|
|
|
|
`!raw` in any channel
|
|
|
|
Allow partners & members of the python community to use `!remind`, `!help` `!user`, `!snowflake`, `!ping`, `!charinfo` in any channel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`discord.Member` to fix greediness issues. (#1768)
|
|
* Update time format in reminder message to DAY_TIME from RELATIVE
Co-authored-by: Xithrius <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getitem based iteration included operations that aren't necessary when iterating over the cache continuously. Adding an iter method to the class seems to have improved iteration speed by several orders of magnitude.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed unused import, corrected docstring, and removed unnedded type annotation.
|