diff options
| author | Edwin <[email protected]> | 2021-03-29 00:38:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-28 18:38:34 -0400 |
| commit | 31ee3fafc17c552fa972dfa9bd0fc38915538684 (patch) | |
| tree | 56abdd0185dd99b5016f972366dbda21cd52d23b /docs | |
| parent | [commands] Only remove top level commands on cog load failure (diff) | |
| download | discord.py-31ee3fafc17c552fa972dfa9bd0fc38915538684.tar.xz discord.py-31ee3fafc17c552fa972dfa9bd0fc38915538684.zip | |
Add remove_markdown helper function
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index d0c9a40b..0b581d6f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -929,6 +929,8 @@ Utility Functions .. autofunction:: discord.utils.oauth_url +.. autofunction:: discord.utils.remove_markdown + .. autofunction:: discord.utils.escape_markdown .. autofunction:: discord.utils.escape_mentions |