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: timotejroiko/discord.js-light
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.1
Choose a base ref
...
head repository: timotejroiko/discord.js-light
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 5, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3b4a20c View commit details
  2. 4.5.2

    timotejroiko committed Jan 5, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d0f1881 View commit details
Showing with 4 additions and 1 deletion.
  1. +3 −0 actions.js
  2. +1 −1 package.json
3 changes: 3 additions & 0 deletions actions.js
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ const {
ButtonInteraction,
CommandInteraction,
SelectMenuInteraction,
UserContextMenuInteraction,
MessageContextMenuInteraction,
AutocompleteInteraction,
Typing,
@@ -361,6 +362,8 @@ module.exports = {
InteractionType = CommandInteraction;
break;
case Constants.ApplicationCommandTypes.USER:
InteractionType = UserContextMenuInteraction;
break;
case Constants.ApplicationCommandTypes.MESSAGE:
InteractionType = MessageContextMenuInteraction;
break;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-light",
"version": "4.5.1",
"version": "4.5.2",
"description": "All the power of discord.js, zero caching. This library modifies discord.js's internal classes and functions in order to give you full control over its caching behaviour.",
"main": "client.js",
"typings": "./client.d.ts",