iDutchy
8e6601c2c5
first attempt to shortcuts
2021-07-13 19:28:52 -05:00
iDutchy
2df88ccc27
Apparently a conflict sneaked through
2021-06-25 21:07:02 -05:00
iDutchy
2a32e56873
fix conflict
2021-06-25 20:33:22 -05:00
iDutchy
34f6c5db10
looks like I changed stuff?
2021-06-25 20:29:27 -05:00
Rapptz
462ba84809
Version bump to v1.7.3
2021-06-12 12:09:54 -04:00
Rapptz
9376fcd69d
Fix crash involving stickers
2021-06-12 12:04:25 -04:00
Rapptz
e79321c032
Fix DM channel permissions not having read_messages
2021-06-12 12:01:53 -04:00
Alex Nørgaard
72dd2381b0
Update docs for (Partial)Message.publish to reflect the actual permissions needed
2021-06-12 12:01:01 -04:00
Rapptz
6a52eea6ff
Fix AuditLogEntry.target being incorrect for bulk message delete
...
Fixes #6851
2021-05-05 00:18:44 -04:00
Rapptz
9d2576e464
Version bump to v1.7.2
2021-05-02 23:35:53 -04: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
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
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
Sebastian Law
0d1cf57f62
[docs] add note for possible Embed.type strings
2021-04-15 08:57:25 -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
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
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
Nadir Chowdhury
7a34de1570
[commands] Use typing.get_type_hints to resolve ForwardRefs
2021-04-06 23:24:23 -04:00
Rapptz
72275a73fa
Use non-underscore TypeVar in enum code
2021-04-06 07:35:02 -04:00
Rapptz
7e3c5f3faf
Fix some regressions from create_task change
2021-04-06 07:31:31 -04:00