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

fix: KeyError when using method 'individual' #1925

Merged
merged 10 commits into from May 13, 2023

Commits on Feb 15, 2023

  1. Fix KeyError when using method 'individual'

    The variable cmd originates from the for-loop in line 602, if the method is not "bulk". Therefore the old code throws a KeyError Exception because the key `name` doesnt't exists. This breaks the method `individual` for syncing commands.
    
    Signed-off-by: Lukas Dobler <69309597+doluk@users.noreply.github.com>
    doluk committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2d24d9c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. fix: individual delete

    Signed-off-by: Lukas Dobler <69309597+doluk@users.noreply.github.com>
    doluk committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b33cd60 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

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

Commits on Apr 18, 2023

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

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    5f9291f View commit details
    Browse the repository at this point in the history
  2. add Changelog entry

    doluk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0c5a562 View commit details
    Browse the repository at this point in the history
  3. Explicitly pass command name and guild_id to the register function to…

    … avoid floating variables
    doluk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    557dc3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f57da View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    0f8c6ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3966f1f View commit details
    Browse the repository at this point in the history