Sebastian Law
|
0ab9b4c711
|
[commands] Document exceptions being ignored in teardown and cog_unload
Co-authored-by: Josh <[email protected]>
|
2 years ago |
Willy
|
4cc810cd3f
|
[commands] Add missing command decorator to example
|
2 years ago |
sgtlaggy
|
2fbafd14b2
|
Add missing `cancel()` in tasks example
|
2 years ago |
sgtlaggy
|
280351de14
|
Update tasks example to start in `setup_hook`
|
2 years ago |
rdrescher909
|
c759baa57e
|
Add tasks.loop examples using time parameter
|
2 years ago |
Puncher
|
c1f414558b
|
[commands] Add missing attributetable to classes
|
3 years ago |
Josh
|
23a41c880a
|
Add support for delete_message_seconds ban argument
|
3 years ago |
Puncher
|
359eeed73c
|
[tasks] Add missing decorator sign
|
3 years ago |
z03h
|
33039dbd25
|
[commands] Change FlagConverter to always raise BadFlagArgument
|
3 years ago |
Rapptz
|
3f4d4aad17
|
[commands] Add support for discord.Attachment converters
|
3 years ago |
Mikey
|
f14139dc8f
|
[commands] fix BucketType.default bypassing dynamic_cooldown
|
3 years ago |
Rapptz
|
0221a55aa6
|
[commands] Add support for typing.Annotated
|
3 years ago |
Cobalt
|
d177991b82
|
Update extensions primer in line with async breaking changes
|
3 years ago |
Rapptz
|
76ea0436d9
|
[commands] Fix broken documentation references
|
3 years ago |
Rapptz
|
5b7cc33f79
|
[commands] Add ForumChannelConverter converter
|
3 years ago |
Rapptz
|
a354ecfa89
|
[commands] Add Range converter
This allows hybrid commands to also have a range annotation
|
3 years ago |
dolfies
|
68d1b40239
|
Fix various app command bugs, improve documentation, implement missing fields
|
3 years ago |
dolfies
|
9fe7cfb474
|
Docs are fun :(
|
3 years ago |
dolfies
|
0044697d7b
|
Docs are fun :)
|
3 years ago |
dolfies
|
8fcca3183a
|
Rebase to latest upstream
|
3 years ago |
dolfies
|
29c2036bc8
|
Rebase to latest upstream
|
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 |
dolfies
|
1f51b7b1b5
|
Try to get docs to build
|
4 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 |