Tom
9356e385d8
Merge pull request #2 from WhoTheOOF/patch-2
...
fix my dumb <>
2021-08-27 19:14:51 -07:00
Jadon
6feab9abba
fix my dumb <>
2021-08-27 21:11:40 -05:00
Tom
3bbb1187c9
Merge pull request #1 from WhoTheOOF/patch-1
...
update links to new links
2021-08-27 19:09:24 -07:00
Jadon
cb3869f39c
update links to new links
2021-08-27 21:07:45 -05: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
0f3b15f10d
Merge branch 'Rapptz-v1.x'
2021-06-25 20:34: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
9ff979572a
Add changelog for v1.7.3
2021-06-12 12:09:38 -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
Nadir Chowdhury
81457330ed
[docs] typo fix
2021-06-12 12:01:14 -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
ChasL
f0c3568ea9
Fix for doc reference to python "raise" statement
...
:ref:`py:raise` -> :ref:`raise statement <py:raise>`
Before fix the text reads: "...define an on_error handler consisting
of a single empty The raise statement." After fix it should read:
"...define an on_error handler consisting of a single empty raise
statement."
2021-06-12 12:00:33 -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
Rapptz
69fdf8c67d
Add changelog for v1.7.2
2021-05-02 23:35:25 -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
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