dolfies
e7d369c2c9
Add _message_id to Invite slots
4 years ago
dolfies
7b11d8c256
Get it starting
4 years ago
dolfies
c6e6c22a95
Migrate state.py
4 years ago
dolfies
225ca0135a
Misc. fixes
4 years ago
dolfies
1a0453835e
Minor changes
4 years ago
dolfies
e1e0bca5f8
Migrate relationship.py
4 years ago
dolfies
fe00872913
Migrate calls.py
4 years ago
dolfies
0d76225d95
Migrate guild_folder.py
4 years ago
dolfies
45d2cd891c
Migrate settings.py
4 years ago
dolfies
8b16792a35
Migrate enums.py
4 years ago
dolfies
f41490c821
Rename context_properties.py to tracking.py
4 years ago
dolfies
0489ad0f46
Migrate utils.py
4 years ago
dolfies
22dcc8e352
Minor docstring consistency nitpick
4 years ago
dolfies
9b2b32d2c3
Migrate voice redesign
4 years ago
dolfies
8566630665
Migrate member
4 years ago
dolfies
6645f87d33
Remove bot-only stuff from message.py
4 years ago
dolfies
1ad6c07054
Add _private_channel_factory
4 years ago
dolfies
3e4ad5d651
Migrate user.py, refactor a few things
4 years ago
dolfies
2c2564c4ee
Add missing import
4 years ago
dolfies
6ee2fa6d85
Solve circular import issue in a smarter way :)
4 years ago
dolfies
6f32b18f2b
Fix broken import
4 years ago
dolfies
1ddf526af1
Migrate invite.py
4 years ago
dolfies
78ccafc35f
Migrate iterators.py
4 years ago
dolfies
b975ccfa99
Migrate http.py
4 years ago
dolfies
2e102c9618
Fix logging, re-add afk parameter
4 years ago
dolfies
d6a4f7150b
Save custom activity state
4 years ago
dolfies
efa0b4324e
Migrate a few more methods
4 years ago
dolfies
bee07329d1
Fix a few typos
4 years ago
dolfies
7ce2621591
Add owner_application_id
4 years ago
dolfies
005b3e5b41
Fix ClientUser typing
4 years ago
dolfies
da587ba296
Migrate guild (except for subscribe())
4 years ago
dolfies
fe8795e92c
Re-add context properties
4 years ago
dolfies
3429980d0c
Migrate
4 years ago
dolfies
9c5e4882ef
Initial de-botting
4 years ago
dolfies
b37a07f18f
Remove py.typed for now
4 years ago
dolfies
4743b959ec
Update inbuild examples
4 years ago
James Gayfer
41d22f4312
Fix all_channel permissions
When the new permission for send_messages_in_threads was added, we added
the wrong bit. Instead of adding the bit as the most significant (37),
we added it as the last significant, which invalidated most of the
permissions defined by this method.
4 years ago
Imayhaveborkedit
12dcc7c44b
Rearrange player cleanup code
Since apparently closing stdin and later calling communicate() is no bueno,
we're just going to rearrange the process finalization code so both cleanup()
and the pipe loop exit conditions point to it.
4 years ago
Nadir Chowdhury
a2a7b0f076
[tasks] Improve typing parity
4 years ago
ShashankKumarSaxena
b2ac327bd8
[commands] Fix a small typo in Context.invoke docs
4 years ago
Abhinav Singh
f485f1b612
Fix a typo in docstrings of Client class
4 years ago
Rapptz
29b808d33f
Change avatar_url type hint to Any instead of str
4 years ago
Chrovo
932efa1edc
Change a few parameters to be positional only
This makes parameters positional only in the methods
fetch_sticker, fetch_webhook, fetch_channel, fetch_user, fetch_widget,
fetch_stage_instance, fetch_guild, get_sticker, and get_channel.
4 years ago
Steve C
059ec161f8
Fix Webhook return types
Also add positional only arguments where applicable
4 years ago
Danny
e7821be4aa
Add default value for invitable in HTTPClient
4 years ago
James Gayfer
4aafa39e8c
Update thread permissions
Discord has renamed / repurposed "Use Public Threads" and "Use Private
Threads", as well as added a new permission "Send Messages in Threads".
For more information, see:
https://github.com/discord/discord-api-docs/pull/3672
4 years ago
Josh
d2ea33e5e9
Add support for invitable thread option
4 years ago
pyxiis
2f2c39ed22
Add Client.status attribute
4 years ago
Izhar Ahmad
efec816de2
Make arguments positional only in 2 get methods
- Member.get_role
- Guild.get_member
4 years ago
Rapptz
dd7d4b8e7f
Use a thread values view when constructing TextChannel.threads
Avoids an accidental O(n^2) situation.
4 years ago