iDutchy
34f6c5db10
looks like I changed stuff?
2021-06-25 20:29:27 -05:00
iDutchy
917649b1b2
fix conflicts
2021-05-02 21:05:05 -05:00
David
f6c8bfdf0d
Clarify ClientUser.verified docs
2021-05-01 10:33:01 -04:00
MrKomodoDragon
5e7357efa5
Fix grammar in the Guild.edit docstring
2021-05-01 10:31:44 -04:00
pikaninja
318166d875
[docs] Update notes for get_user and get_member
2021-05-01 10:31:27 -04:00
HyperGH
648b786bc1
Adjust quickstart to not show commands example
2021-05-01 10:31:00 -04:00
jack1142
ccf7e65c50
Fix documentation for RoleConverter
2021-05-01 10:30:27 -04:00
Kino
eb1d03f8f7
Fix typo within HelpCommand.verify_checks
documentation
2021-05-01 10:30:02 -04:00
Nadir Chowdhury
5b98ce1235
[docs] fix docstring of AppInfo
2021-05-01 10:29:31 -04:00
Cryptex
06184dc25f
Update lavalink's repo url
2021-05-01 10:28:28 -04:00
Steve C
a9dba2753f
[tasks] Move the Loop's sleep to be before exit conditions
...
This change makes it more so that `Loop.stop()` gracefully makes the
current iteration the final one, by waiting AND THEN returning.
The current implementation is closer to `cancel`, while also not.
I encountered this because I was trying to run a
`@tasks.loop(count=1)`, and inside it I print some text and change the
interval, and in an `after_loop`, I restart the loop.
Without this change, it immediately floods my console, due to
not waiting before executing `after_loop`.
2021-05-01 10:28:00 -04:00
NoName
87dd046c32
Add periods to sticker docs
2021-05-01 10:27:12 -04:00
Nadir Chowdhury
7d37c3a506
[docs] Fix various unresolved references
2021-05-01 10:26:11 -04:00
Steve C
4d47436b02
Fix guild.chunk() not working on evicted guilds
...
If you're trying to chunk a guild that the bot is not in,
it'll just hang on the chunk coro forever. It's weird, I know.
2021-05-01 10:24:40 -04:00
numbermaniac
f50877c9b8
Add note to member docs about Spotify limitation
2021-05-01 10:24:07 -04:00
Maya
afca943f16
Fix exception for invalid channel types
2021-05-01 10:22:49 -04:00
Dan Hess
81e3f58f43
Fix async adapter detection in message deletion
2021-04-29 19:21:33 -04:00
iDutchy
523e35e4f3
Merge pull request #17 from TheMoksej/patch-2
...
add silent feature back to delete() function
2021-04-17 16:57:46 +02:00
Moksej
93da1d920e
didn't mean to remove this
2021-04-17 16:47:15 +02:00
Moksej
cdfd918604
add silent feature back to delete() function
...
latest commit removed the silent kwarg from the delete function so I'm adding it back
2021-04-17 16:46:06 +02:00
Rapptz
f1130e4985
Fix fail_if_not_exists not being set when constructed with state
2021-04-15 09:00:51 -04:00
pikaninja
187b811836
Add StageChannel to abc.GuildChannel docs
2021-04-15 09:00:09 -04:00
Kino
ff04cab119
[docs] Fix reference to Guild.id
2021-04-15 09:00:09 -04:00
Rapptz
65205a8e39
Fix Intents resolution in the docs
2021-04-15 09:00:09 -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
0d1cf57f62
[docs] add note for possible Embed.type strings
2021-04-15 08:57:25 -04:00
Sebastian Law
3ad795ab6a
[docs] add label to basic converters section
2021-04-15 08:57:08 -04:00
iDutchy
a453266cd4
conflict fixes
2021-04-07 18:27:34 -05:00
Nadir Chowdhury
87e64dff06
Add typings for channels and PartialUser
2021-04-07 07:56:56 -04:00
Nadir Chowdhury
83fe98c20d
Add typing for flags
2021-04-07 07:55:55 -04:00
Sebastian Law
4c72137e43
[docs] add note for possible Embed.type strings
2021-04-07 07:17:57 -04:00
Nadir Chowdhury
a43ea5c550
Fix regression in Activity relying on try_enum
2021-04-07 07:17:04 -04:00
Sebastian Law
ece7064e64
[docs] add label to basic converters section
2021-04-07 07:12:52 -04:00
Rapptz
a9d5c0aa3b
Fix headers in partial webhook channel and guild objects
2021-04-07 06:37:09 -04:00
Rapptz
b818296c21
Remove type hints from generated docs
2021-04-07 06:35:29 -04:00
Rapptz
f49d565d51
Rename discord.types file based on relevant core module file
2021-04-07 05:50:54 -04:00
Rapptz
23fe6b46dd
Typehint discord.Embed and introduce discord.types subpackage
...
The discord.types subpackage is currently only used to do type hinting
of API payloads, it's very much incomplete right now and it'll be a
rather long process.
discord.Embed was typehinted and formatted using black.
2021-04-07 05:39:58 -04:00
Shun Tannai
bda3afcad7
[commands] Update Converter list in ext.commands introduction
2021-04-07 03:20:35 -04:00
Rapptz
f80b8d3f5d
[commands] Only replace annotation if one was given
2021-04-07 03:17:36 -04:00
Nadir Chowdhury
89456022cf
Add __all__
to remaining modules
2021-04-07 02:30:32 -04:00
Rapptz
ed1341012b
Add Embed.__bool__
...
Fixes #6661
2021-04-07 00:01:57 -04:00
Rapptz
1d5805ebcb
Revert "Remove unused group functionality"
...
This reverts commit d69b2f0af563993bdae425f4bb92fb555a238933.
2021-04-07 00:01:57 -04:00
Steve C
3c9aed9102
Fix AttributeError on HTTPClient.send_file to be send_files
2021-04-07 00:01:48 -04:00
Nadir Chowdhury
7f0a398c1e
Use format_map
instead of format
for Route.url
2021-04-06 23:44:44 -04:00
Zomatree
ad68a1d04e
Add source_channel and source_guild to Webhook
2021-04-06 23:31:18 -04:00
Nadir Chowdhury
9f0c701a7a
use typing.AsyncIterator
for iterators
2021-04-06 23:26:31 -04:00