Rapptz
3fb627d078
Add support for label components and select in modals
3 weeks ago
Rapptz
9fb74fd7a1
Remove unnecessary TypeGuard
3 weeks ago
Rapptz
8c1886799d
Don't recreate ItemCallbackType
3 weeks ago
Michael H
439bd71c0d
Upstream change in Python
The prior changes to use of return in finally (#9981 ) are now
insufficient. Without disclosing their intent when raising the issue,
this was used by them as part of justifying a SyntaxError for working
code outside of the normal process for adding errors, and with it
presenting to end users in a way that breaks downstream user's existing CI
While making the change, I've continued to not log errors like
CancellationError or TimeoutError to users here by default, as it is not an error
they need to be aware of during shutdown given the limited kinds of
BaseException that could raise in this context, see: #9984 for prior
analysis. I've added a debug log should anyone want access to this kind
of failure while debugging gateway close, but due to how asyncio
shutdown happens, this is unlikely to ever log anything useful even in a
library debugging context.
3 weeks ago
Soheab
705eb2c2a5
Update to support new pin endpoints
3 weeks ago
DA344
50caa3c82c
Add support for components V2
Co-authored-by: Michael H <michael@michaelhall.tech>
Co-authored-by: Soheab <33902984+Soheab@users.noreply.github.com>
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
Co-authored-by: Jay3332 <40323796+jay3332@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
3 weeks ago
Sacul
6ec2e5329b
Deprecate with_expiration param in fetch_invite
3 weeks ago
Rapptz
ec409a0a7b
Guard AppCommandThread.guild attribute access
3 weeks ago
Sacul
db42eba4fa
Add more attributes to AppCommandChannel/Thread
3 weeks ago
Soheab
7b3f798044
Add support for guild onboarding
Co-authored-by: Josh <8677174+bijij@users.noreply.github.com>
Co-authored-by: Josh <josh.ja.butt@gmail.com>
Co-authored-by: numbermaniac <5206120+numbermaniac@users.noreply.github.com>
Co-authored-by: Andrin <65789180+Puncher1@users.noreply.github.com>
Co-authored-by: Andrin Schaller <65789180+codeofandrin@users.noreply.github.com>
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com>
3 weeks ago
owocado
4496df79d0
Fix crash in Activity.__init__ with missing keys
not all activity payloads have `state_url` and `details_url` keys present.
1 month ago
Soheab
cb7f17020d
Deprecate Guild.delete and various parameters for Guild.edit
1 month ago
Soheab
1cd90f8b1c
[commands] Fix converters not working with Optional for hybrids
1 month ago
Soheab
6e7fc133d1
Add support for new RPC Activity fields
1 month ago
Alex Nørgaard
348c7d7873
Fix audit log automod_rule_trigger_type extra missing
1 month ago
owocado
2695fa056a
Fix guild_only app command decorator
1 month ago
shea
ce9f5ad1ba
Fix context install decorators to correctly restrict commands
4 months ago
blord0
394b16ee50
Fix doc issues
1 month ago
blord0
8bea5c3aa9
Change waveform data to be input as a list of ints
1 month ago
blord0
0f3bc42878
Change TypeError to ValueError
1 month ago
blord0
bb4de89d5c
Calculate correct number of points per sample
1 month ago
blord0
dd2fd338b1
Formatting
1 month ago
blord0
8bc906e765
Add real generation of waveforms for Opus files
1 month ago
blord0
9936b0d216
Formatting change
1 month ago
blord0
8f1d548f91
Change checking for voice messages to use File.voice
1 month ago
blord0
e5cca7db92
Add File.voice attribute
1 month ago
blord0
3dd7f8fefb
Rename duation to duration
1 month ago
Ankita Tudubucket
22ade98db7
Skip GUILD_MEMBER_ADD if member already cached
1 month ago
Mohammed Aman Jukaku
5b81a99b60
Fix error when sending non-interactive views via partial webhooks
1 month ago
Sacul
e715ad6419
Add support for automod_quarantined_guild_tag member flag
1 month ago
Sacul
5f4a822c2e
Add missing fill_with_flags decorator to InviteFlags class
1 month ago
z03h
0e97ef21aa
Fix key error on role create or delete
1 month ago
blord0
1d2ab9c78e
Fix error checking
1 month ago
blord0
60030d8ea1
Add error checking
1 month ago
blord0
7724764ffe
Add ability to use primary guild (clan) data for users
Co-authored-by: blord0 <admin@blord.xyz>
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com>
Co-authored-by: dolfies <jeyalfie47@gmail.com>
2 months ago
blord0
5231d514f0
Remove final reference to `VoiceMessageFile`
2 months ago
blord0
8332ca3f28
Move `VoiceMessageFile` into `File`
2 months ago
blord0
2a96d13810
Remove print statements
2 months ago
blord0
d1747b9efa
Doc fixes and made `duration` a required field
2 months ago
blord0
27bca43918
Remove unncessary code
2 months ago
blord0
eb623381a3
`size` method no longer needed
2 months ago
blord0
f9ca81a385
Found a much simpler method to send voice messages
2 months ago
blord0
9a4617ec4f
More cleanup
2 months ago
blord0
4a406832ed
Start cleaning up parts of the code
2 months ago
blord0
a7270b288b
First working version of sending voice messages
2 months ago
blord0
aa5c26fcac
Start work on sending the voice messages (not working)
2 months ago
blord0
31344ca86d
Add abc.channel.send_voice_message to allow sending voice messages
2 months ago
blord0
4480fea5d7
Add VoiceMessageFile class
2 months ago
Ken-Miles
13dc9c9d16
Fix miswording in docstring about bot.emojis
2 months ago
z03h
a00510988a
Support new role colours in audit log
2 months ago