Rapptz
9ff979572a
Add changelog for v1.7.3
2021-06-12 12:09:38 -04:00
Nadir Chowdhury
81457330ed
[docs] typo fix
2021-06-12 12:01:14 -04:00
ChasL
f0c3568ea9
Fix for doc reference to python "raise" statement
...
:ref:`py:raise` -> :ref:`raise statement <py:raise>`
Before fix the text reads: "...define an on_error handler consisting
of a single empty The raise statement." After fix it should read:
"...define an on_error handler consisting of a single empty raise
statement."
2021-06-12 12:00:33 -04:00
Rapptz
69fdf8c67d
Add changelog for v1.7.2
2021-05-02 23:35:25 -04:00
HyperGH
648b786bc1
Adjust quickstart to not show commands example
2021-05-01 10:31:00 -04:00
Nadir Chowdhury
7d37c3a506
[docs] Fix various unresolved references
2021-05-01 10:26:11 -04:00
Rapptz
28934001b2
Bring back discord module in discord.ext.commands documentation
2021-04-15 09:00:09 -04:00
Rapptz
af7d93725d
Remove current module reference in commands API docs
2021-04-15 09:00:09 -04:00
jack1142
efa6482ac4
Add missing attribute tables
2021-04-15 08:58:32 -04:00
Rapptz
4756485ea4
[commands] Add StageChannelConverter to documentation
2021-04-15 08:58:00 -04:00
Shun Tannai
8b4d7f122c
[commands] Update Converter list in ext.commands introduction
2021-04-15 08:57:45 -04:00
Sebastian Law
3ad795ab6a
[docs] add label to basic converters section
2021-04-15 08:57:08 -04:00
Rapptz
0a4be8f83c
Update changelog for v1.7.1
2021-04-05 21:21:41 -04:00
Rapptz
f6df66a971
Add missing documentation for StoreChannelConverter
2021-04-04 00:21:15 -04:00
Rapptz
6d63cf0d5d
Add missing StoreChannel documentation
2021-04-04 00:17:59 -04:00
Rapptz
834a7d80aa
Fix StoreChannel reference in changelog
2021-04-04 00:04:30 -04:00
Rapptz
f8964b1b32
Add content_type to changelog
2021-04-03 23:33:03 -04:00
Rapptz
5b244a7002
Add changelog for v1.7
2021-04-03 23:09:47 -04:00
Nadir Chowdhury
1b2688518e
Implement StageChannel and related methods
2021-04-03 22:43:41 -04:00
Nadir Chowdhury
6887d3946a
[docs] Fix fetch_members/guilds documentation
2021-03-31 21:27:40 -04:00
Mikey
e66141e002
[docs] suggest presence in constructor instead of change_presence
2021-03-31 21:26:51 -04:00
apple502j
954dd09e18
Deprecate Client.logout
2021-03-31 07:30:41 -04:00
Edwin
31ee3fafc1
Add remove_markdown helper function
2021-03-28 18:38:34 -04:00
Colin R
a6c5b04142
Clarify docs to state that on_reaction_remove requires Intents.members
2021-03-24 08:25:12 -04:00
Nadir Chowdhury
8d66ced02c
[docs] Conveter -> Converter
2021-03-24 08:18:11 -04:00
Arnav Jindal
bd29795f92
[docs] Grammar fixes for intents.rst
2021-03-24 08:13:42 -04:00
Nadir Chowdhury
6f748e5da5
Add remaining v6 message types
2021-02-23 03:57:11 -05:00
Nadir Chowdhury
427e387a2f
Deprecate non-bot methods
2021-02-23 03:36:37 -05:00
Sebastian Law
a0c1d6f6c5
Fix backslashes showing up in the docs
2021-02-21 07:32:11 -05:00
Sebastian Law
ceab8ff638
[tasks] make __call__ actually appear in the docs
2021-02-21 07:19:10 -05:00
Maya
66b834b332
Document BanEntry
2021-02-21 00:12:30 -05:00
Sebastian Law
b86073fac3
Document behavior of on_disconnect
2021-02-20 20:47:29 -05:00
Michael H
08d45cc2ab
Update docs to be clearer about discord limitations
2021-02-17 07:33:17 -05:00
Alex Nørgaard
68eb844d48
[commands] Add discord.Guild converter and GuildNotFound error
...
* Add discord.Guild converter and GuildNotFound error
* note for lack of disambiguation in Guilds with duplicate names, and removed the possibility of returning None
* edited converter to use `utils.get` over `utils.find` and docs edited with Converter and Exception.
2021-02-07 05:32:33 -05:00
Rapptz
30c06bc55f
Always inject the HTML builder even in RTD builds
2021-02-02 03:01:12 -05:00
Sebastian Law
e0e60a2f62
[commands] document PartialMessageConverter
2021-01-24 05:16:32 -05:00
ChristopherJHart
050bf74f5d
Clarify on_raw_message_edit cached message nature
2021-01-18 04:55:59 -05:00
Nihaal Sangha
69bdc3a184
Change copyright year to present
2021-01-15 05:28:11 -05:00
Josh
f78f135505
[matrix] Add scroll to top button
2021-01-12 02:34:54 -05:00
Rapptz
c09cf779a3
Fix tag references in builds
2021-01-08 04:39:24 -05:00
Rapptz
166f837693
Changelog fixes
2021-01-08 00:32:49 -05:00
Rapptz
50bc7a1523
Add changelog for v1.6
2021-01-07 23:57:15 -05:00
Rapptz
7c149312f0
Update copyright year in the documentation
2021-01-07 23:57:15 -05:00
Sebastian Law
16195a7d2f
fix method reference in documentation
2021-01-05 23:53:17 -05:00
David
be1829615c
Update intents.rst & discord.rst
2021-01-03 03:28:33 -05:00
Rapptz
c793737e64
Fix search not working on mobile
2021-01-01 22:09:14 -05:00
Arthaxeres
2e026a2dab
Update quickstart.rst to not use "reply"
...
Replace the word "reply" since we are actually not using Message.reply
2020-12-31 02:57:49 -05:00
Dan Hess
22cb4ef18b
Include pending as a possible member_update trigger
2020-12-29 22:37:07 -05:00
Stefano Pigozzi
194344da7d
docs: Change page to section in event reference
2020-12-29 08:25:53 -05:00
Rapptz
ef67b56fc6
Change highlight text colour on dark theme
...
Fix #6215
2020-12-26 20:49:26 -05:00