Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass at supporting user apps #9760

Merged
merged 16 commits into from May 5, 2024
Merged

First pass at supporting user apps #9760

merged 16 commits into from May 5, 2024

Commits on Mar 19, 2024

  1. First pass at supporting user apps

    Co-authored-by: red <red@kalab.sk>
    Co-authored-by: Vioshim <63890837+Vioshim@users.noreply.github.com>
    3 people committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    776b67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    673e94f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d28d79 View commit details
    Browse the repository at this point in the history
  4. Fix example of allow_contexts

    Rapptz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    85a75a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    8e2d7fa View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    cef29fe View commit details
    Browse the repository at this point in the history
  2. Add DMChannel.recipients field

    Rapptz committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0a0d81d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    a1f8eed View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    31c74bd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    ff07ad0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b257c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    8a7981c View commit details
    Browse the repository at this point in the history
  2. Fix documentation references

    Rapptz committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    33d5d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0484a5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08b138c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Interaction class context, is_guild_integration and is_user_integration

    * Refactor values for AppCommandContext and AppInstallationType
    
    * Fix initialization of self.context in Interaction class
    
    * Try-except approach
    
    * Add is_guild_integration and is_user_integration methods to Interaction class
    
    * Fix incorrect index in is_user_integration method of Interaction class
    
    * Refactor values for AppCommandContext and AppInstallationType
    
    * Black formatting
    
    * Fix docs for AppCommandContext in interactions.py
    
    * Refactor typing imports in installs.py
    
    * Add versionadded tags to new methods in Interaction class
    
    * Fix incorrect indent in is_user_integration
    
    * Add is_integration method to Interaction class
    
    * Removed is_integration as it was a bug on discord's end
    Vioshim committed May 5, 2024
    Configuration menu
    Copy the full SHA
    23bda9b View commit details
    Browse the repository at this point in the history