DLCHAMP
DLCHAMP
## Description Complete the interactions/buttons page - Add basic View example - Add example for handling timeout and View.stop (disabled buttons and clear_items) - Move low level example to Views...
## Description Add content to popular-topics/webhooks ## Relevant Issues Closes #61
### Expands on guide.disnake.dev/interactions/buttons ### Title Update page at /interactions/buttons ### Description This page currently only provides examples for low-level implementations and has headings that are incomplete. ### Additional context...
### Expands on guide.disnake.dev/popular-topics/webhooks ### Title Update the page at popular-topics/webhooks ### Description This page appears to still be marked as "WIP" and needs to be updated. The cats are...
### Summary Exception thrown when running mafic on python 3.8 ### Reproduction Steps Import mafic while using Python 3.8 ### Minimal Reproducible Code ```Python `import mafic` ``` ### Expected Results...
### Summary Guild.owner_id documented as `int`, but is `Optional[int]` in code ### Reproduction Steps Declare return type as int and try to return owner_id. Strict type checking enabled in vscode....