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.2
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.6.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 10, 2022

  1. remove flavibot

    timotejroiko committed Jan 10, 2022

    Verified

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

Commits on Jan 18, 2022

  1. discord.js 13.6.0

    timotejroiko committed Jan 18, 2022

    Verified

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

    timotejroiko committed Jan 18, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a00fb00 View commit details
Showing with 2 additions and 3 deletions.
  1. +0 −1 README.md
  2. +2 −2 package.json
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -330,7 +330,6 @@ client.on("guildMemberUpdate", async (oldMember, newMember) => {
| [Scathach](https://discord.bots.gg/bots/724047481561809007) | ![](https://top.gg/api/widget/servers/724047481561809007.svg) |
| [Melody](https://melodybot.tk) | ![](https://top.gg/api/widget/servers/739725994344316968.svg) |
| [Foxy 🦊](https://top.gg/bot/731144016686612510) | ![](https://top.gg/api/widget/servers/731144016686612510.svg) |
| [FlaviBot](https://flavibot.xyz) | ![](https://top.gg/api/widget/servers/684773505157431347.svg) |
| [Game Tracker](https://game-tracker.js.org) | ![](https://top.gg/api/widget/servers/475421235950518292.svg) |
| [Anti NSFW](https://top.gg/bot/706054368318980138) | ![](https://top.gg/api/widget/servers/706054368318980138.svg) |
| [Denky](https://denkybot.ga) | ![](https://top.gg/api/widget/servers/704517722100465746.svg) |
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord.js-light",
"version": "4.5.2",
"version": "4.6.0",
"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",
@@ -35,6 +35,6 @@
"eslint": "^7.32.0"
},
"dependencies": {
"discord.js": "^13.5.0"
"discord.js": "^13.6.0"
}
}