Rapptz
e9ff6b4be8
[commands] Fix broken documentation references
3 years ago
Rapptz
141d9f4c71
[commands] Add ForumChannelConverter converter
3 years ago
Rapptz
896932faf1
[commands] Add Range converter
This allows hybrid commands to also have a range annotation
3 years ago
Rapptz
840eb577d4
[commands] Add initial implementation of hybrid commands
Hybrid commands allow a regular command to also double as a slash
command, assuming it meets the subset required to function.
3 years ago
Rapptz
dbcdf69eb1
[commands] Raise appropriate exception for no guild found
3 years ago
James Hilton-Balfe
55c5be78cf
[commands] Implement commands.parameter
3 years ago
Rapptz
9f83eb6032
Add application command cooldown decorators
Fix #7790
3 years ago
Rapptz
def035bf9a
Remove StoreChannel and any references to it
3 years ago
kittenswolf
daeb0afe61
Add missing space in task example
3 years ago
Cryptex
6cf7c4a7d7
Add message content to doc examples
This also changes the wording of Context's attributes
for consistency.
3 years ago
Josh
a1c618215e
[commads] Change cog/extension load/unload methods to be async
3 years ago
Vish M
049df7c586
Add a note to users that they must have the message content intent
Co-authored-by: Danny <[email protected] >
3 years ago
Devon R
432de92e8a
Update translations, add Crowdin CLI config
3 years ago
z03h
93fba264ad
[commands] add ScheduledEvent converter
3 years ago
Rapptz
aa74238053
Reorganise documentation for interactions
3 years ago
Nadir Chowdhury
6979e56088
Remove manual :async-for: markers
3 years ago
Josh
1c63816cc0
[commands] Document / type-hint cooldown
4 years ago
Aaron Hennessey
ec32b71ff9
[commands] Document GuildNotFound
4 years ago
z03h
c628224403
[commands] Add GuildStickerConverter
4 years ago
Willy
3ad95f3746
[commands] Document dynamic_cooldown
4 years ago
AXVin
980d6abbea
Fix typo in commands documentation
4 years ago
ToxicKidz
3cb539d91b
[commands] Document the thread converter
4 years ago
Devon R
b2c9c26841
Show decorator usage instead of signature in docs
4 years ago
sudosnok
2a6d79078e
[commands] Add GuildChannelConverter
4 years ago
Josh
3864fb37a0
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected] >
4 years ago
Alex Nørgaard
e09f64b7c9
Fix typo in FlagConverter docs
4 years ago
Rapptz
212d308835
[commands] Some minor clean up of the flag converter documentation
Fix #6761
4 years ago
Rapptz
18bf3d3a7d
[commands] Actually expose the FlagError base error
4 years ago
Rapptz
ddb71e2aed
[commands] Initial support for FlagConverter
The name is currently pending and there's no command.signature hook
for it yet since this requires bikeshedding.
4 years ago
Rapptz
c54e43360b
[commands] Add run_converters helper to call converters
4 years ago
Nadir Chowdhury
5dec62f4c0
[commands] Add a converter for discord.Object
4 years ago
Nadir Chowdhury
8f9819eb4c
[docs] Fix various unresolved references
4 years ago
Rapptz
42c3ee6eed
Bring back discord module in discord.ext.commands documentation
4 years ago
Rapptz
296bd069c1
Remove current module reference in commands API docs
4 years ago
Nadir Chowdhury
b20e92efd8
[docs] Fix references to Greedy
4 years ago
James
bcd3a00eaf
[commands] Make `commands.Greedy` a `typing.Generic`
4 years ago
Sigmath Bits
68aef92b37
[commands]Add typing.Literal converter
4 years ago
Sebastian Law
05c123f3ab
Use f-strings in more places that were missed
4 years ago
Rapptz
e895a53713
[commands] Add StageChannelConverter to documentation
4 years ago
Sebastian Law
ece7064e64
[docs] add label to basic converters section
4 years ago
Shun Tannai
bda3afcad7
[commands] Update Converter list in ext.commands introduction
4 years ago
Rapptz
f6df66a971
Add missing documentation for StoreChannelConverter
4 years ago
Nadir Chowdhury
8d66ced02c
[docs] Conveter -> Converter
4 years ago
Sebastian Law
ceab8ff638
[tasks] make __call__ actually appear in the docs
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
Sebastian Law
e0e60a2f62
[commands] document PartialMessageConverter
4 years ago
Sebastian Law
16195a7d2f
fix method reference in documentation
4 years ago
Sebastian Law
116fdbddb9
[commands] Fix exception hierarchy documentation
4 years ago
Rapptz
9013e1d1a2
[tasks] Add missing attributetable to tasks
4 years ago
Rapptz
17b49c5a46
[commands] Make documentation use new attributetable
4 years ago