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

Handle text in voice channels #2072

Merged
merged 28 commits into from Jul 10, 2022
Merged

Handle text in voice channels #2072

merged 28 commits into from Jul 10, 2022

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    11f3378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb697a View commit details
    Browse the repository at this point in the history
  3. Implement getter

    MinnDevelopment committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    b3b7647 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f3268b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    cf2104f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30141fc View commit details
    Browse the repository at this point in the history
  3. Fix typo

    MinnDevelopment committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    622c58c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Merge remote-tracking branch 'origin/master' into feature/text-in-voice

    # Conflicts:
    #	src/main/java/net/dv8tion/jda/internal/handle/MessageBulkDeleteHandler.java
    #	src/main/java/net/dv8tion/jda/internal/handle/MessageCreateHandler.java
    #	src/main/java/net/dv8tion/jda/internal/handle/MessageDeleteHandler.java
    #	src/main/java/net/dv8tion/jda/internal/handle/MessageReactionBulkRemoveHandler.java
    #	src/main/java/net/dv8tion/jda/internal/handle/MessageReactionClearEmoteHandler.java
    #	src/main/java/net/dv8tion/jda/internal/handle/MessageReactionHandler.java
    #	src/main/java/net/dv8tion/jda/internal/handle/MessageUpdateHandler.java
    #	src/main/java/net/dv8tion/jda/internal/handle/TypingStartHandler.java
    MinnDevelopment committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    b0ba362 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    4dfdd74 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/text-in-voice

    # Conflicts:
    #	src/main/java/net/dv8tion/jda/api/entities/IWebhookContainer.java
    #	src/main/java/net/dv8tion/jda/api/entities/Message.java
    #	src/main/java/net/dv8tion/jda/api/entities/MessageReaction.java
    #	src/main/java/net/dv8tion/jda/api/entities/VoiceChannel.java
    #	src/main/java/net/dv8tion/jda/api/events/message/GenericMessageEvent.java
    #	src/main/java/net/dv8tion/jda/api/events/user/UserTypingEvent.java
    #	src/main/java/net/dv8tion/jda/internal/entities/AbstractMessage.java
    #	src/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java
    #	src/main/java/net/dv8tion/jda/internal/entities/ReceivedMessage.java
    #	src/main/java/net/dv8tion/jda/internal/entities/VoiceChannelImpl.java
    MinnDevelopment committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    ff56052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc7258 View commit details
    Browse the repository at this point in the history
  4. Handle nsfw

    MinnDevelopment committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    62ba46f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c38a697 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c16ae79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35de117 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f854aac View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Improve perm checks

    MinnDevelopment committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    ff212bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a2b6b9 View commit details
    Browse the repository at this point in the history
  3. Fix union docs

    MinnDevelopment committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    a976c5f View commit details
    Browse the repository at this point in the history
  4. Remove outdated todo

    MinnDevelopment committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5d1bba7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccfbae8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95c7965 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

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

    MinnDevelopment committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    67f990b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f6294 View commit details
    Browse the repository at this point in the history
  4. Remove outdated todo

    MinnDevelopment committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    f6e42bc View commit details
    Browse the repository at this point in the history
  5. Cleanup invite

    MinnDevelopment committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    6ba32a1 View commit details
    Browse the repository at this point in the history
  6. Fix NPE

    MinnDevelopment committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    c6edd68 View commit details
    Browse the repository at this point in the history