Discord-component

Latest version: v2.1.2

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.5.2

+ 45
+ Fixed 46 47 49
+ Add `mention_author`
+ Examples ( 40 48 )

0.5.1.1

+ Fix error raised when sending files
+ Fix components not deleting
+ Components in ephemeral messages
+ responded property in Context

0.5.1

+ Fix error raised when sending files
+ Fix components not deleting
+ Components in ephemeral messages
+ responded property in Context

0.5.0

+ Fixed minor bugs
+ Use dispatch method
Now you have to change
python
await <DiscordComponents or Context>.wait_for_interact("button_click")

<DiscordComponents>.on_interact("button_click")
async def on_button_click(res): ...

to
python
await <Client>.wait_for("button_click")

<Client>.event
async def on_button_click(res): ...

0.4.9

0.4.8

+ 23 Fix some typos
+ message reference
+ release on tags
+ update example code

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.