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

Some documentation on //todo-v5: docs #1838

Merged
merged 24 commits into from
Jan 19, 2022

Commits on Sep 2, 2021

  1. Fixes regression of Command Option Choice name limit from 100 -> 25

    A commit that moved many constants to the MAX_NAME_LENGTH mistakenly also moved a few values that were 100 into a constant with value 25.
    
    This commit will add a new constant, MAX_NAME_OPTION_LENGTH, to fix those values back to their intended values of 100.
    oliver276 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    31f8869 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b299e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb33bd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ddbadc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Merge branch 'v5' of https://github.com/DV8FromTheWorld/JDA into patch-1

    � Conflicts:
    �	src/main/java/net/dv8tion/jda/api/interactions/commands/build/OptionData.java
    oliver276 committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    eefbb27 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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

Commits on Sep 22, 2021

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

Commits on Sep 29, 2021

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

Commits on Oct 9, 2021

  1. Update bitrate docs

    oliver276 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    509a2be View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge branch 'master' of https://github.com/DV8FromTheWorld/JDA into …

    …patch-1
    
    � Conflicts:
    �	src/main/java/net/dv8tion/jda/api/entities/BaseGuildMessageChannel.java
    �	src/main/java/net/dv8tion/jda/api/entities/ChannelField.java
    �	src/main/java/net/dv8tion/jda/api/entities/ICategorizableChannel.java
    oliver276 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    674081d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64cbe9f View commit details
    Browse the repository at this point in the history
  3. Adds more documentation of new keys, also formats so all generic keys…

    … at the top of the class
    oliver276 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    90eafcf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

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

Commits on Dec 16, 2021

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

Commits on Dec 24, 2021

  1. Fixes from PR review.

    oliver276 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    c1499ab View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 11, 2022

  1. Nearly done

    oliver276 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    07c5372 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/DV8FromTheWorld/JDA into …

    …patch-1
    
    � Conflicts:
    �	src/main/java/net/dv8tion/jda/api/entities/ThreadChannel.java
    oliver276 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    8b858f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    a1ce2aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf9ab38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e906e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

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

Commits on Jan 19, 2022

  1. Merge branch 'master' of https://github.com/DV8FromTheWorld/JDA into …

    …patch-1
    
    � Conflicts:
    �	src/main/java/net/dv8tion/jda/api/entities/ICategorizableChannel.java
    oliver276 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    5375d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf61ed View commit details
    Browse the repository at this point in the history