Commit Graph
2616 Commits
Author SHA1 Message Date
28caab0974 Update discord/colour.py
Co-authored-by: proguy914629 <74696067+proguy914629bot@users.noreply.github.com>
2021-09-20 19:06:47 +02:00
DaishikyandGitHub f9e0e2b55a Update colour.py 2021-09-19 18:54:10 +02:00
DaishikyandGitHub d2aae4752a added embed_background color 2021-09-19 18:51:02 +02:00
iDutchy 2b66f2288c well, that was another failed idea... 2021-07-13 20:06:54 -05:00
iDutchy 00619fc6cd Making progress, almost there... 2021-07-13 19:58:09 -05:00
iDutchy 3056c6f0f4 new attempr 2021-07-13 19:53:19 -05:00
iDutchy d7a0b0af04 oops 2021-07-13 19:37:14 -05:00
iDutchy f8bf64c9b7 that failed... 2021-07-13 19:32:30 -05:00
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ørgaardandRapptz 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
DavidandRapptz f6c8bfdf0d Clarify ClientUser.verified docs 2021-05-01 10:33:01 -04:00
MrKomodoDragonandRapptz 5e7357efa5 Fix grammar in the Guild.edit docstring 2021-05-01 10:31:44 -04:00
pikaninjaandRapptz 318166d875 [docs] Update notes for get_user and get_member 2021-05-01 10:31:27 -04:00
jack1142andRapptz ccf7e65c50 Fix documentation for RoleConverter 2021-05-01 10:30:27 -04:00
KinoandRapptz eb1d03f8f7 Fix typo within HelpCommand.verify_checks documentation 2021-05-01 10:30:02 -04:00
Nadir ChowdhuryandRapptz 5b98ce1235 [docs] fix docstring of AppInfo 2021-05-01 10:29:31 -04:00
CryptexandRapptz 06184dc25f Update lavalink's repo url 2021-05-01 10:28:28 -04:00
Steve CandRapptz 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
NoNameandRapptz 87dd046c32 Add periods to sticker docs 2021-05-01 10:27:12 -04:00
Nadir ChowdhuryandRapptz 7d37c3a506 [docs] Fix various unresolved references 2021-05-01 10:26:11 -04:00
Steve CandRapptz 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
numbermaniacandRapptz f50877c9b8 Add note to member docs about Spotify limitation 2021-05-01 10:24:07 -04:00
MayaandRapptz afca943f16 Fix exception for invalid channel types 2021-05-01 10:22:49 -04:00
Dan HessandGitHub 81e3f58f43 Fix async adapter detection in message deletion 2021-04-29 19:21:33 -04:00
MoksejandGitHub 93da1d920e didn't mean to remove this 2021-04-17 16:47:15 +02:00
MoksejandGitHub 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
pikaninjaandRapptz 187b811836 Add StageChannel to abc.GuildChannel docs 2021-04-15 09:00:09 -04:00
KinoandRapptz 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 LawandRapptz 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 ChowdhuryandGitHub 87e64dff06 Add typings for channels and PartialUser 2021-04-07 07:56:56 -04:00
Nadir ChowdhuryandGitHub 83fe98c20d Add typing for flags 2021-04-07 07:55:55 -04:00
Sebastian LawandGitHub 4c72137e43 [docs] add note for possible Embed.type strings 2021-04-07 07:17:57 -04:00
Nadir ChowdhuryandGitHub 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 ChowdhuryandGitHub 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