Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ryzyx/discordjs-button-pagination
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: interaction
Choose a base ref
...
head repository: ryzyx/discordjs-button-pagination
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: msg
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 2 files changed
  • 4 contributors

Commits on Aug 11, 2021

  1. Update README.md

    ryzyx committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8642fd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Remove Message.deleted in favor of Message.editable

    `Message.deleted` will be removed in upcoming versions of Discord.JS, switched to `Message.editable` since all it does is edit the message
    TuckBus authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    798d16d View commit details
    Browse the repository at this point in the history
  2. Passes Object instead of string for Embed Footer

    `MessageEmbed.setFooter` will no longer support strings passed to `.setFooter()` in upcoming versions. Switched to object instead.
    TuckBus authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    448bddd View commit details
    Browse the repository at this point in the history
  3. Get the ones I missed

    fix the embed footers that I missed in my previous commit.
    TuckBus authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5ce3acb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Merge pull request #43 from TesseractB/msg

    Fix deprecations in msg
    ryzyx authored May 16, 2022
    Configuration menu
    Copy the full SHA
    1beca62 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. add update to dcjs v14

    thevalleyy authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    9b4cfce View commit details
    Browse the repository at this point in the history
  2. Update README.md

    thevalleyy authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4ac9a13 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge pull request #57 from thevalleyy/msg

    update to v14
    ryzyx authored Sep 20, 2022
    1 Configuration menu
    Copy the full SHA
    2ef42a3 View commit details
    Browse the repository at this point in the history
  2. Revert "update to v14"

    ryzyx authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    45a288b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from ryzyx/revert-57-msg

    Revert "update to v14"
    ryzyx authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1c5cee0 View commit details
    Browse the repository at this point in the history
Loading