Rapptz
9ff979572a
Add changelog for v1.7.3
4 years ago
Nadir Chowdhury
81457330ed
[docs] typo fix
4 years ago
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."
4 years ago
Rapptz
69fdf8c67d
Add changelog for v1.7.2
4 years ago
HyperGH
648b786bc1
Adjust quickstart to not show commands example
4 years ago
Nadir Chowdhury
7d37c3a506
[docs] Fix various unresolved references
4 years ago
Rapptz
28934001b2
Bring back discord module in discord.ext.commands documentation
4 years ago
Rapptz
af7d93725d
Remove current module reference in commands API docs
4 years ago
jack1142
efa6482ac4
Add missing attribute tables
4 years ago
Rapptz
4756485ea4
[commands] Add StageChannelConverter to documentation
4 years ago
Shun Tannai
8b4d7f122c
[commands] Update Converter list in ext.commands introduction
4 years ago
Sebastian Law
3ad795ab6a
[docs] add label to basic converters section
4 years ago
Rapptz
0a4be8f83c
Update changelog for v1.7.1
4 years ago
Rapptz
f6df66a971
Add missing documentation for StoreChannelConverter
4 years ago
Rapptz
6d63cf0d5d
Add missing StoreChannel documentation
4 years ago
Rapptz
834a7d80aa
Fix StoreChannel reference in changelog
4 years ago
Rapptz
f8964b1b32
Add content_type to changelog
4 years ago
Rapptz
5b244a7002
Add changelog for v1.7
4 years ago
Nadir Chowdhury
1b2688518e
Implement StageChannel and related methods
4 years ago
Nadir Chowdhury
6887d3946a
[docs] Fix fetch_members/guilds documentation
4 years ago
Mikey
e66141e002
[docs] suggest presence in constructor instead of change_presence
4 years ago
apple502j
954dd09e18
Deprecate Client.logout
4 years ago
Edwin
31ee3fafc1
Add remove_markdown helper function
4 years ago
Colin R
a6c5b04142
Clarify docs to state that on_reaction_remove requires Intents.members
4 years ago
Nadir Chowdhury
8d66ced02c
[docs] Conveter -> Converter
4 years ago
Arnav Jindal
bd29795f92
[docs] Grammar fixes for intents.rst
4 years ago
Nadir Chowdhury
6f748e5da5
Add remaining v6 message types
4 years ago
Nadir Chowdhury
427e387a2f
Deprecate non-bot methods
4 years ago
Sebastian Law
a0c1d6f6c5
Fix backslashes showing up in the docs
4 years ago
Sebastian Law
ceab8ff638
[tasks] make __call__ actually appear in the docs
4 years ago
Maya
66b834b332
Document BanEntry
4 years ago
Sebastian Law
b86073fac3
Document behavior of on_disconnect
4 years ago
Michael H
08d45cc2ab
Update docs to be clearer about discord limitations
4 years ago
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.
4 years ago
Rapptz
30c06bc55f
Always inject the HTML builder even in RTD builds
4 years ago
Sebastian Law
e0e60a2f62
[commands] document PartialMessageConverter
4 years ago
ChristopherJHart
050bf74f5d
Clarify on_raw_message_edit cached message nature
4 years ago
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Josh
f78f135505
[matrix] Add scroll to top button
4 years ago
Rapptz
c09cf779a3
Fix tag references in builds
4 years ago
Rapptz
166f837693
Changelog fixes
4 years ago
Rapptz
50bc7a1523
Add changelog for v1.6
4 years ago
Rapptz
7c149312f0
Update copyright year in the documentation
4 years ago
Sebastian Law
16195a7d2f
fix method reference in documentation
4 years ago
David
be1829615c
Update intents.rst & discord.rst
4 years ago
Rapptz
c793737e64
Fix search not working on mobile
4 years ago
Arthaxeres
2e026a2dab
Update quickstart.rst to not use "reply"
Replace the word "reply" since we are actually not using Message.reply
4 years ago
Dan Hess
22cb4ef18b
Include pending as a possible member_update trigger
4 years ago
Stefano Pigozzi
194344da7d
docs: Change page to section in event reference
4 years ago
Rapptz
ef67b56fc6
Change highlight text colour on dark theme
Fix #6215
4 years ago