| Commit message (Collapse) | Author | Lines |
|
In production we use the internal URL to call the metabase API, to avoid egress
but we still want to output the public url when giving the sharing link.
Making it a constant like this makes it easier to change/overwrite in future if needed.
|
|
|
|
|
|
Supported time units and an example invocation are now displayed in the help message for `!remind` and `!remind new`
|
|
|
|
|
|
|
|
|
|
|
|
`!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.
|
|
|
|
|
|
|
|
|
|
|
|
|