A Very Good Anti Nuke Bot that is better then those "premium" discord bots.

Overview


AntiNuke
AntiNuke

AntiNuke Bot


What is AntiNuke?

A Open Source Discord Anti Nuke Bot to stop Raids, Nuking, and Mass Dms.

ONLY THE RELEASE VERSION WORKS AT THE MOMENT

Common Issue's

When it is install it's modules and dll's, do not forcefully close it from running in the background, it was made to be that way to look better.

If the bot doesn't go online, you did something wrong, just change the config settings.

AntiNuke Features

  • Anti Ban
  • Anti Kick
  • Member Restoration
  • Auto Moderation
  • Chat Bot Ai
  • Anti Mass Mention
  • Invite Pauser
  • Anti Mass Invite
  • Anti Role Elevation
  • Anti Scam Link
  • Anti Ghost Ping
  • Fun commands
  • Game Commands
  • Anti Mass Dm
  • Anti Scam Bot

This github repository is made for educational purposes only. Do not claim this as your own, and the developer isn't at fault for anything that happens. By downloading you agree.

Comments
  • [Snyk] Upgrade booru from 2.5.6 to 2.6.3

    [Snyk] Upgrade booru from 2.5.6 to 2.6.3

    Snyk has created this PR to upgrade booru from 2.5.6 to 2.6.3.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 7 versions ahead of your current version.
    • The recommended version was released 3 months ago, on 2022-09-11.
    Release notes
    Package name: booru
    • 2.6.3 - 2022-09-11
    • 2.6.2 - 2022-08-03
    • 2.6.1 - 2022-07-30
      • Fixed tags being incorrectly joined with an encoded +/, (#93)
    • 2.6.0 - 2022-07-28
      • Added credential support
        • Support is fairly basic and only support query param auth
        • The credential object provided will be serialized into query params
        • Previously credentials did nothing, now they do something
      • Updated some types to return more useful type unions (like AnySite being a union of all site domains)
      • Booru#getSearchUrl now properly accepts no parameters
      const booru = require('booru') const gelbooru = booru.forSite('gb', { api_key: 'key', user_id: 'id' }) gelbooru.getSearchUrl() // https://gelbooru.com/index.php?page=dapi&s=post&q=index&json=1&tags=&limit=100&pid=1&api_key=key&user_id=id

      // or booru.search('gb', [], { credentials: { api_key: 'key', user_id: 'id' }, }) // Uses the same search URL as above

    • 2.5.9 - 2022-07-20
    • 2.5.8 - 2022-07-13
    • 2.5.7 - 2022-07-13
    • 2.5.6 - 2022-04-06
    from booru GitHub release notes

    Commit messages
    Package name: booru
    • 6aa5280 chore(deps): update deps
    • ddf3600 fix: export some important types + mark hypnohub as not supporting random
    • b01144a chore(example): make it clearer tags are being cut short
    • e105a50 fix(Post): use tag-joining method for e6/e9 that eslint doesnt hate
    • df502b6 chore(release): bump version & update changelog
    • 7216e1a fix(Post): e6/e9 getting score: NaN when total === 0, minor type fix
    • 1ed9a97 fix(searchURI): tags being encoded twice
    • 608d945 fix: tags being joined with encoded characters
    • 76199a8 feat(credentials): added support for credentials
    • 206389e chore: bump version
    • 9f175da Merge pull request #89 from respektive/fix-gb-creation-date
    • 5eb7502 Fix gelbooru returning wrong creation date
    • 5a9dd85 fix(Booru): fix rule34.xxx erroring if searching tags that give 0 results
    • 8f22c27 fix(eslint): ill fix this when i rewrite to remove any
    • d13f1f7 feat(deps): update dependencies, use undici, and bump version
    • a4c7728 feat(example): prettier example log
    • 3a96355 fix(Post): string split error when tags are an empty string
    • 5145679 Merge pull request #88 from youliao/master
    • 1611ca8 data.tags.split fix

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by BotSolver 0
  • [Snyk] Upgrade canvacord from 5.2.3 to 5.4.8

    [Snyk] Upgrade canvacord from 5.2.3 to 5.4.8

    Snyk has created this PR to upgrade canvacord from 5.2.3 to 5.4.8.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 12 versions ahead of your current version.
    • The recommended version was released 3 months ago, on 2022-09-21.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-MOMENT-2944238 | 482/1000
    Why? Proof of Concept exploit, CVSS 7.5 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: canvacord
    • 5.4.8 - 2022-09-21

      Fixes

      • fix rank card gradient

      Full Changelog: v5.4.7...v5.4.8

    • 5.4.7 - 2022-09-12

      Updates

      • Bump @ napi-rs/canvas
      • Use Intl formatter if available (module: abbrev)

      Full Changelog: v5.4.6...v5.4.7

    • 5.4.6 - 2022-08-16

      Assets

      • bundle NotoColorEmoji font

      Canvacord

      • apply noto color emoji font
      • fix typings

      Full Changelog: v5.4.5...v5.4.6

    • 5.4.5 - 2022-08-13

      Updates

      • fix typings

      Full Changelog: v5.4.4...v5.4.5

    • 5.4.4 - 2022-08-09

      What's Changed

      New Contributors

      Full Changelog: v5.4.3...v5.4.4

    • 5.4.3 - 2022-07-29

      Fix

      • make sure width is int

      Full Changelog: v5.4.2...v5.4.3

    • 5.4.2 - 2022-07-16

      Updates

      • natively implements discord-canvas's Base
        • Both welcomer/leaver should now work without installing discord-canvas
      • assets will always rebuild upon package installation

      If you encounter errors in assets, try running npx canvacord rebuild --force. This will download new assets.

      Full Changelog: v5.4.1...v5.4.2

    • 5.4.1 - 2022-07-14

      Patch Update

      • bump node-fetch to fix vulnerability

      Full Changelog: v5.4.0...v5.4.1

    • 5.4.0 - 2022-07-13

      updates

      • move to @ napi-rs/canvas and @ skyra/gifenc
      • download assets via postinstall script
      • canvacord cli (Eg: npx canvacord rebuild --force builds assets again)
      • some patches

      The base API is same as the previous version. Welcomer/Leaver needs to be built from scratch, which is currently not done.

      Full Changelog: v5.3.0...v5.4.0

    • 5.4.0-dev.1 - 2022-07-13
    • 5.4.0-dev.0 - 2022-07-13
    • 5.3.0 - 2022-05-21

      What's Changed

      • Fixed Spotify#setProgressbar() by @ Samiul30 in #103
      • Add Rank#setFontSize()

      New Contributors

      Full Changelog: v5.2.2...v5.3.0

    • 5.2.3 - 2021-07-30
    from canvacord GitHub release notes
    Commit messages
    Package name: canvacord

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by BotSolver 0
  • [Snyk] Upgrade discord.js from 13.6.0 to 13.12.0

    [Snyk] Upgrade discord.js from 13.6.0 to 13.12.0

    Snyk has created this PR to upgrade discord.js from 13.6.0 to 13.12.0.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 12 versions ahead of your current version.
    • The recommended version was released 2 months ago, on 2022-10-10.
    Release notes
    Package name: discord.js
    • 13.12.0 - 2022-10-10
    • 13.11.0 - 2022-09-15
    • 13.10.3 - 2022-08-22
    • 13.10.2 - 2022-08-10
    • 13.10.1 - 2022-08-10
    • 13.10.0 - 2022-08-10
    • 13.9.2 - 2022-07-29
    • 13.9.1 - 2022-07-23
    • 13.9.0 - 2022-07-17
    • 13.8.1 - 2022-06-23
    • 13.8.0 - 2022-06-05
    • 13.7.0 - 2022-05-13
    • 13.6.0 - 2022-01-13
    from discord.js GitHub release notes
    Commit messages
    Package name: discord.js
    • 312923d chore(discord.js): release [email protected]
    • 8a6588a feat(Util): backport `escapeMarkdown` PRs to v13 (#8703)
    • ea117bf docs: update UserContextMenu documentation v13 (#8721)
    • 8d6a55d chore(discord.js): release [email protected]
    • 5ef30a0 chore: deps
    • 8f94a9c chore: fix typescript tests (v13) (#8628)
    • fcd52d7 docs: update misleading `Client#guildMemberAvailable` event description (v13) (#8627)
    • f4e8133 types(GuildChannelManager): correct fetch return type (v13) (#8551)
    • e6ee7d8 fix: fixed TS 4.8 compatibility (#8601)
    • 5617799 add MESSAGE_CONTENT intent (v13) (#8580)
    • ca68fc3 feat(GuildBanManager): Add `deleteMessageSeconds` (#8575)
    • a507ed9 chore(release): discord.js 13.10.3
    • f0c0166 chore: deps
    • 10b12cc types: Disallow some channel types from webhook creation (#8535)
    • 526ea74 types(ModalMessageModalSubmitInteraction): channelId is not nullable (v13) (#8505)
    • b6f48ec Specify time unit in `awaitModalSubmit` (v13) (#8506)
    • 11d6949 docs: fix broken discord support link (#8485)
    • 30e89a4 chore(discord.js): release [email protected]
    • 03c59e3 types(Message): correct `bulkDelete` return type (v13) (#8469)
    • 9ce7e5e chore(discord.js): release [email protected]
    • 2a46d9f fix(ThreadChannel): Handle possibly `null` parent (v13) (#8467)
    • 78e494b chore(discord.js): release [email protected]
    • ae43bca feat(Guild): Add `max_video_channel_users` (v13) (#8424)
    • 7321507 chore(discord.js): release [email protected]

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by BotSolver 0
  • [Snyk] Upgrade @discordjs/builders from 0.12.0 to 0.16.0

    [Snyk] Upgrade @discordjs/builders from 0.12.0 to 0.16.0

    Snyk has created this PR to upgrade @discordjs/builders from 0.12.0 to 0.16.0.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 109 versions ahead of your current version.
    • The recommended version was released 5 months ago, on 2022-07-17.
    Release notes
    Package name: @discordjs/builders
    • 0.16.0 - 2022-07-17
    • 0.16.0-dev.1657757509-fe34f48 - 2022-07-14
    • 0.16.0-dev.1657713863-30a8d32 - 2022-07-13
    • 0.16.0-dev.1657671102-1ed605e - 2022-07-13
    • 0.16.0-dev.1657411897-f0b68d5 - 2022-07-10
    • 0.16.0-dev.1657325364-33ae7df - 2022-07-09
    • 0.16.0-dev.1657239113-e78c9c9 - 2022-07-08
    • 0.16.0-dev.1657152714-10ba008 - 2022-07-07
    • 0.16.0-dev.1657109073-8198da5 - 2022-07-06
    • 0.16.0-dev.1657066311-68c3d87 - 2022-07-06
    • 0.16.0-dev.1657022646-fd1c240 - 2022-07-05
    • 0.16.0-dev.1656979757-5bd6b28 - 2022-07-05
    • 0.16.0-dev.1656936862-f6db285 - 2022-07-04
    • 0.16.0-dev.1656864747-c7a205f - 2022-07-03
    • 0.16.0-dev.1656860902-cdd9214 - 2022-07-03
    • 0.16.0-dev.1656720685-d95197c - 2022-07-02
    • 0.16.0-dev.1656677079-741b3c8 - 2022-07-01
    • 0.16.0-dev.1656634271-819a1fd - 2022-07-01
    • 0.16.0-dev.1656590636-525bf03 - 2022-06-30
    • 0.16.0-dev.1656547805-27d8deb - 2022-06-30
    • 0.16.0-dev.1656158607-c4653f9 - 2022-06-25
    • 0.16.0-dev.1656060475-e24970e - 2022-06-24
    • 0.16.0-dev.1656029338-5d3dd55 - 2022-06-24
    • 0.16.0-dev.1655985858-70b42bb - 2022-06-23
    • 0.16.0-dev.1655942970-7279f9c - 2022-06-23
    • 0.16.0-dev.1655899432-a3799f9 - 2022-06-22
    • 0.16.0-dev.1655856688-65d1879 - 2022-06-22
    • 0.16.0-dev.1655815532-c6f285b - 2022-06-21
    • 0.16.0-dev.1655770448-94f7ca9 - 2022-06-21
    • 0.16.0-dev.1655640244-358c3f4 - 2022-06-19
    • 0.16.0-dev.1655597382-3a77ce0 - 2022-06-19
    • 0.16.0-dev.1655553879-8610700 - 2022-06-18
    • 0.16.0-dev.1655510999-2681929 - 2022-06-18
    • 0.16.0-dev.1655381038-4df491c - 2022-06-16
    • 0.16.0-dev.1655165432-b4e28a8 - 2022-06-14
    • 0.16.0-dev.1654949068-96053ba - 2022-06-11
    • 0.16.0-dev.1654906182-c7391db - 2022-06-11
    • 0.16.0-dev.1654862703-0415300 - 2022-06-10
    • 0.16.0-dev.1654819801-2791c86 - 2022-06-10
    • 0.16.0-dev.1654776321-94bdcac - 2022-06-09
    • 0.16.0-dev.1654733415-3ae2633 - 2022-06-09
    • 0.16.0-dev.1654689814-1afae90 - 2022-06-08
    • 0.16.0-dev.1654646881-ecc6600 - 2022-06-08
    • 0.16.0-dev.1654603500-769ea0b - 2022-06-07
    • 0.16.0-dev.1654560555-5475767 - 2022-06-07
    • 0.16.0-dev.1654519711-fba9710 - 2022-06-06
    • 0.15.0 - 2022-06-06
    • 0.15.0-dev.1654518392-f3f34f0 - 2022-06-06
    • 0.15.0-dev.1654517016-e1176fa - 2022-06-06
    • 0.15.0-dev.1654474112-b9df37a - 2022-06-06
    • 0.15.0-dev.1654461550-6aa6232 - 2022-06-05
    • 0.15.0-dev.1654430642-7a1095b - 2022-06-05
    • 0.15.0-dev.1654387861-10009a4 - 2022-06-05
    • 0.14.0 - 2022-06-04

      Bug Fixes

      Features

    • 0.14.0-dev.1654344260-a45bef4 - 2022-06-04
    • 0.14.0-dev.1653480270-68d5169 - 2022-05-25
    • 0.14.0-dev.1653091712-fdeac9d - 2022-05-21
    • 0.14.0-dev.1652918990-adf461b - 2022-05-19
    • 0.14.0-dev.1652832619-dfe449c - 2022-05-18
    • 0.14.0-dev.1652702621-5e9b757 - 2022-05-16
    • 0.14.0-dev.1652573539-7ce641d - 2022-05-15
    • 0.14.0-dev.1652443433-d522320 - 2022-05-13
    • 0.14.0-dev.1652400688-aed687b - 2022-05-13
    • 0.14.0-dev.1652350334-4515a1e - 2022-05-12
    • 0.14.0-dev.1651493044-4ba0f56 - 2022-05-02
    • 0.14.0-dev.1651147747-679dcda - 2022-04-28
    • 0.14.0-dev.1650931748-df64d3e - 2022-04-26
    • 0.14.0-dev.1650672503-3617093 - 2022-04-23
    • 0.14.0-dev.1650586175-61a44c5 - 2022-04-22
    • 0.14.0-dev.1650413406-585169f - 2022-04-20
    • 0.14.0-dev.1650240529-9ef7ffd - 2022-04-18
    • 0.14.0-dev.1650197026-b94a876 - 2022-04-17
    • 0.13.0 - 2022-04-17
    • 0.13.0-dev.1649937819-b01f414 - 2022-04-14
    • 0.13.0-dev.1649808566-01a423d - 2022-04-13
    • 0.13.0-dev.1649505810-3c0bbac - 2022-04-09
    • 0.13.0-dev.1649160523-402514f - 2022-04-05
    • 0.13.0-dev.1649117272-905a6a1 - 2022-04-05
    • 0.13.0-dev.1649030892-5748dbe - 2022-04-04
    • 0.13.0-dev.1648515278-ac4bc3a - 2022-03-29
    • 0.13.0-dev.1648339720-520f471 - 2022-03-27
    • 0.13.0-dev.1648166909.cedd053 - 2022-03-25
    • 0.13.0-dev.1648123730.b520c3d - 2022-03-24
    • 0.13.0-dev.1647259738.2297c2b - 2022-03-14
    • 0.13.0-dev.1647216474.87a6b84 - 2022-03-14
    • 0.13.0-dev.1647130084.549716e - 2022-03-13
    • 0.13.0-dev.1646913825.dcd4797 - 2022-03-10
    • 0.13.0-dev.1646870850.e787cd5 - 2022-03-10
    • 0.13.0-dev.1646654924.b162f27 - 2022-03-07
    • 0.13.0-dev.1646611698.b9ff7b0 - 2022-03-07
    • 0.13.0-dev.1646395406.6f7a366 - 2022-03-04
    • 0.13.0-dev.1646222605.53defb8 - 2022-03-02
    • 0.13.0-dev.1645877056.a8321d8 - 2022-02-26
    • 0.13.0-dev.1645661240.8203c5d - 2022-02-24
    • 0.13.0-dev.1645617791.5158332 - 2022-02-23
    • 0.13.0-dev.1645402064.78aa36f - 2022-02-21
    • 0.13.0-dev.1645142857.f7257f0 - 2022-02-18
    • 0.13.0-dev.1645056350.dee27db - 2022-02-17
    • 0.13.0-dev.1645013003.7959a68 - 2022-02-16
    • 0.13.0-dev.1644969969.c1b27f8 - 2022-02-16
    • 0.13.0-dev.1644797188.0dfdb2c - 2022-02-14
    • 0.13.0-dev.1644753796.3ae6f3c - 2022-02-13
    • 0.13.0-dev.1644710838.f495364 - 2022-02-13
    • 0.13.0-dev.1644667400.861f0e2 - 2022-02-12
    • 0.13.0-dev.1644537978.298b226 - 2022-02-11
    • 0.13.0-dev.1644408664.fe11ff5 - 2022-02-09
    • 0.13.0-dev.1644235495.b936103 - 2022-02-07
    • 0.13.0-dev.1644106034.d8184f9 - 2022-02-06
    • 0.13.0-dev.1644067366.5f4b44d - 2022-02-05
    • 0.12.0 - 2022-01-24
    from @discordjs/builders GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by BotSolver 0
  • [Snyk] Upgrade enmap from 5.9.0 to 5.9.4

    [Snyk] Upgrade enmap from 5.9.0 to 5.9.4

    Snyk has created this PR to upgrade enmap from 5.9.0 to 5.9.4.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 4 versions ahead of your current version.
    • The recommended version was released 23 days ago, on 2022-12-06.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-MOMENT-2944238 | 482/1000
    Why? Proof of Concept exploit, CVSS 7.5 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: enmap
    • 5.9.4 - 2022-12-06
    • 5.9.3 - 2022-12-06
    • 5.9.2 - 2022-09-23
    • 5.9.1 - 2022-08-30
    • 5.9.0 - 2022-04-09
    from enmap GitHub release notes
    Commit messages
    Package name: enmap
    • 45df42d 5.9.4
    • 3bbabaf Forgot to save and rebuild docs
    • 01911a4 5.9.3
    • ea7c429 fix(key): change to string only (#104)
    • b8d0e53 ci: add github actions (#103)
    • 95750eb types(EnmapOptions): add `serializer` and `deserializer` properties (#101)
    • 5d613db 5.9.2
    • 11b2dbb add dist ignore, and merge from ts changes
    • 1fbdecd Merge branch 'master' of https://github.com/eslachance/enmap into master
    • e7b94df Update Typescript types to include import and export (#99)
    • cf93060 5.9.1
    • 4414057 fix(types): add autoEnsure to index.d.ts (#96)

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade yargs from 17.4.1 to 17.6.2

    [Snyk] Upgrade yargs from 17.4.1 to 17.6.2

    Snyk has created this PR to upgrade yargs from 17.4.1 to 17.6.2.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 5 versions ahead of your current version.
    • The recommended version was released 2 months ago, on 2022-11-03.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-MOMENT-2944238 | 482/1000
    Why? Proof of Concept exploit, CVSS 7.5 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: yargs
    • 17.6.2 - 2022-11-03

      17.6.2 (2022-11-03)

      Bug Fixes

      • deps: update dependency yargs-parser to v21.1.1 (#2231) (75b4d52)
      • lang: typo in Finnish unknown argument singular form (#2222) (a6dfd0a)
    • 17.6.1 - 2022-11-02

      17.6.1 (2022-11-02)

      Bug Fixes

      • lang: fix "Not enough non-option arguments" message for the Czech language (#2242) (3987b13)
    • 17.6.0 - 2022-10-01

      17.6.0 (2022-10-01)

      Features

      Bug Fixes

      • deno: use 'globalThis' instead of 'window' (#2186) (#2215) (561fc7a)
      • deps: cliui with forced strip-ansi update (#2241) (38e8df1)
      • dont clobber description for multiple option calls (#2171) (f91d9b3)
      • typescript: address warning with objectKeys (394f5f8)
        </li>
        <li>
          <b>17.5.1</b> - <a href="https://snyk.io/redirect/github/yargs/yargs/releases/tag/v17.5.1">2022-05-16</a></br><h3><a href="https://snyk.io/redirect/github/yargs/yargs/compare/v17.5.0...v17.5.1">17.5.1</a> (2022-05-16)</h3>
      

      Bug Fixes

      • add missing entries to published files (#2185) (5685382)
      • address bug when strict and async middleware used together (#2164) (cbc2eb7)
      • completion: correct zsh installation instructions (22e9af2)
      • handle multiple node_modules folders determining mainFilename for ESM (#2123) (e0823dd)
      • lang: add missing terms to Russian translation (#2181) (1c331f2)
      • prevent infinite loop with empty locale (#2179) (b672e70)
      • veriadic arguments override array provided in config (the same as multiple dash arguments). (4dac5b8)
    • 17.5.0 - 2022-05-11

      17.5.0 (2022-05-11)

      Features

      • add browser.d.ts and check for existence of Error.captureStackTrace() (#2144) (6192990)

      Bug Fixes

      • completion: support for default flags (db35423)
      • import yargs/yargs in esm projects (#2151) (95aed1c)
    • 17.4.1 - 2022-04-09
    from yargs GitHub release notes
    Commit messages
    Package name: yargs
    • e0651ad chore: v17.6.2 release
    • 2e0ef3c chore(main): release 17.6.2 (#2260)
    • a6dfd0a fix(lang): typo in Finnish unknown argument singular form (#2222)
    • cb02c36 docs: add Typescript example for .terminalWidth() (#2224)
    • a1b2eb7 docs: add Typescript example for .terminalWidth() (#2224)
    • 75b4d52 fix(deps): update dependency yargs-parser to v21.1.1 (#2231)
    • bc84a61 build: GitHub Workflows security hardening (#2238)
    • f727e71 chore(main): release 17.6.1 (#2257)
    • b8c9eda fix(deno): refactor to avoid prompts during module import (#2217)
    • 1deed85 chore(deps): update dependency @ types/node to v18 (#2255)
    • 3987b13 fix(lang): fix "Not enough non-option arguments" message for the Czech language (#2242)
    • 6cd8e2d chore(main): release 17.6.0 (#2213)
    • 38e8df1 fix(deps): cliui with forced strip-ansi update (#2241)
    • 394f5f8 fix(typescript): address warning with objectKeys
    • 561fc7a fix(deno): use 'globalThis' instead of 'window' (#2186) (#2215)
    • 5895cf1 feat(lang): Czech locale (#2220)
    • f91d9b3 fix: dont clobber description for multiple option calls (#2171)
    • b680ace feat(usage): add YARGS_DISABLE_WRAP env variable to disable wrap (#2210)
    • 659dbbb docs: update links to main branch
    • 0251511 chore(main): release 17.5.1 (#2187)
    • 22e9af2 fix(completion): correct zsh installation instructions
    • cbc2eb7 fix: address bug when strict and async middleware used together (#2164)
    • 8912078 refactor: use prototype (#2165)
    • 1c331f2 fix(lang): add missing terms to Russian translation (#2181)

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade canvas from 2.9.1 to 2.10.2

    [Snyk] Upgrade canvas from 2.9.1 to 2.10.2

    Snyk has created this PR to upgrade canvas from 2.9.1 to 2.10.2.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 5 versions ahead of your current version.
    • The recommended version was released 2 months ago, on 2022-10-30.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-MOMENT-2944238 | 482/1000
    Why? Proof of Concept exploit, CVSS 7.5 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: canvas
    • 2.10.2 - 2022-10-30

      Fixed

      • Fix Assertion failed: (object->InternalFieldCount() > 0), function Unwrap, file nan_object_wrap.h, line 32. (#2025)
      • textBaseline and textAlign were not saved/restored by save()/restore(). (#1936)
      • Update nan to v2.17.0 to ensure Node.js v18+ support.

      Changed

      • Improve performance and memory usage of save()/restore().
      • save()/restore() no longer have a maximum depth (previously 64 states).
    • 2.10.1 - 2022-09-07

      Fixed

      • Fix actualBoundingBoxLeft and actualBoundingBoxRight when textAlign='center' or 'right' (#1909)
      • Fix rgba(r,g,b,0) with alpha to 0 should parse as transparent, not opaque. (#2110)
    • 2.10.0 - 2022-09-04

      Added

      Fixed

      • rgba(r,g,b) with no alpha should parse as opaque, not transparent. (#2029)
      • Typo in PngConfig.filters types. (#2072)
      • createPattern() always used "repeat" mode; now supports "repeat-x" and "repeat-y". (#2066)
      • Crashes and hangs when using non-finite values in context.arc(). (#2055)
      • Incorrect context.arc() geometry logic for full ellipses. (#1808, (#1736))
      • Added missing deregisterAllFonts to the Typescript declaration file (#2096)
      • Add User-Agent header when requesting remote images (#2099)
    • 2.9.3 - 2022-06-24

      Fixed

      • Wrong fonts used when calling registerFont multiple times with the same family name (#2041)
    • 2.9.2 - 2022-06-23

      Fixed

      • All exports now work when Canvas is used in ES Modules (ESM). (#2047)
      • npm rebuild will now re-fetch prebuilt binaries to avoid NODE_MODULE_VERSION mismatch errors. (#1982)
    • 2.9.1 - 2022-03-19

      Fixed

      • Stringify CanvasGradient, CanvasPattern and ImageData like browsers do. (#1639, #1646)
      • Add missing include for toupper.
      • Throw an error instead of crashing the process if getImageData or putImageData is called on a PDF or SVG canvas (#1853)
      • Compatibility with Typescript 4.6
      • Near-perfect font matching on Linux (#1572)
      • Fix multi-byte font path support on Windows.
    from canvas GitHub release notes
    Commit messages
    Package name: canvas
    • 672104c v2.10.2
    • cc32159 src: shorten receiver checks
    • ad18c6c src: shorten copy assignment operator decl for Point
    • 2876b6e Bugfix/Node.js 18 -> Assertion failed: (object->InternalFieldCount() > 0) (#2133)
    • 0e6504a remove save() limit, improve save/restore perf, fix some props
    • b3e7df3 v2.10.1
    • bc75c6a add line in CHANGELOG
    • 9374943 Parse rgba(r,g,b,0) correctly
    • 6862532 Fix actualBoundingBoxLeft/Right with center/right alignment (#2109)
    • 561d933 v2.10.0
    • 3fb4ed9 fix: add user agent to remote images request
    • dce0fd1 Add roundRect() support
    • eba1e4a Adds deregisterAllFonts to the typescript declaration file (#2096)
    • 10b208e un-skip 2d.path.arc.nonfinite; now fixed
    • 73d7893 fix arc geometry calculations
    • a484cf2 fix crashes and hangs in arc()
    • 288f4bf add WPT tests
    • bdc497a Use node-gyp 8.x for Win CI
    • c6a1546 fix repeat-x/y support in createPattern()
    • f8d4949 Fix FITLER/FILTER typo in index.d.ts
    • 5255195 Parse rgba(r,g,b) correctly
    • b0d4f44 Update instructions for OSX local build
    • 64fdf18 export pangoVersion to help debugging
    • 7a8a606 v2.9.3

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade axios from 0.25.0 to 0.27.2

    [Snyk] Upgrade axios from 0.25.0 to 0.27.2

    Snyk has created this PR to upgrade axios from 0.25.0 to 0.27.2.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 5 versions ahead of your current version.
    • The recommended version was released 8 months ago, on 2022-04-27.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-MOMENT-2944238 | 482/1000
    Why? Proof of Concept exploit, CVSS 7.5 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: axios
    • 0.27.2 - 2022-04-27

      Fixes and Functionality:

      • Fixed FormData posting in browser environment by reverting #3785 (#4640)
      • Enhanced protocol parsing implementation (#4639)
      • Fixed bundle size
    • 0.27.1 - 2022-04-26

      Fixes and Functionality:

      • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
      • Bumped follow-redirects to ^1.14.9 (#4615)
    • 0.27.0 - 2022-04-25

      Breaking changes:

      • New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (#3757)
      • Removed functionality that removed the the Content-Type request header when passing FormData (#3785)
      • (*) Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (#3645)
      • Separated responsibility for FormData instantiation between transformRequest and toFormData (#4470)
      • (*) Improved and fixed multiple issues with FormData support (#4448)

      QOL and DevX improvements:

      • Added a multipart/form-data testing playground allowing contributors to debug changes easily (#4465)

      Fixes and Functionality:

      • Refactored project file structure to avoid circular imports (#4515) & (#4516)
      • Bumped follow-redirects to ^1.14.9 (#4562)

      Internal and Tests:

      • Updated dev dependencies to latest version

      Documentation:

      • Fixing incorrect link in changelog (#4551)

      Notes:

      • (*) Please read these pull requests before updating, these changes are very impactful and far reaching.
    • 0.26.1 - 2022-03-09

      Fixes and Functionality:

      • Refactored project file structure to avoid circular imports (#4220)
    • 0.26.0 - 2022-02-13

      Fixes and Functionality:

      • Fixed The timeoutErrorMessage property in config not work with Node.js (#3581)
      • Added errors to be displayed when the query parsing process itself fails (#3961)
      • Fix/remove url required (#4426)
      • Update follow-redirects dependency due to Vulnerability (#4462)
      • Bump karma from 6.3.11 to 6.3.14 (#4461)
      • Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)
    • 0.25.0 - 2022-01-18

      Breaking changes:

      • Fixing maxBodyLength enforcement (#3786)
      • Don't rely on strict mode behaviour for arguments (#3470)
      • Adding error handling when missing url (#3791)
      • Update isAbsoluteURL.js removing escaping of non-special characters (#3809)
      • Use native Array.isArray() in utils.js (#3836)
      • Adding error handling inside stream end callback (#3967)

      Fixes and Functionality:

      • Added aborted even handler (#3916)
      • Header types expanded allowing boolean and number types (#4144)
      • Fix cancel signature allowing cancel message to be undefined (#3153)
      • Updated type checks to be formulated better (#3342)
      • Avoid unnecessary buffer allocations (#3321)
      • Adding a socket handler to keep TCP connection live when processing long living requests (#3422)
      • Added toFormData helper function (#3757)
      • Adding responseEncoding prop type in AxiosRequestConfig (#3918)

      Internal and Tests:

      • Adding axios-test-instance to ecosystem (#3786)
      • Optimize the logic of isAxiosError (#3546)
      • Add tests and documentation to display how multiple inceptors work (#3564)
      • Updating follow-redirects to version 1.14.7 (#4379)

      Documentation:

      • Fixing changelog to show corrext pull request (#4219)
      • Update upgrade guide for https proxy setting (#3604)

      Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

    from axios GitHub release notes
    Commit messages
    Package name: axios
    • bc733fe Releasing v0.27.2
    • b9e9fb4 Enhanced protocol parsing implementation to fix #4633; (#4639)
    • 76432c1 Fixed FormData posting in browser environment by reverting #3785; (#4640)
    • 82fd15f Combined build process and cleaned it up a bit
    • 1d82af1 Fixing issues with bundle sizes
    • bcb166e Fixed incorrect date in changelog
    • 838f53b Merge branch 'master' of github.com:axios/axios
    • cb9c534 Releasing v0.27.1
    • 91d21fc Releasing v0.72.1
    • 167cb8b Remove eslint-g package as this seems have been added in error
    • 4f7e3e3 Removed import of url module in browser build due to significant size overhead; (#4594)
    • cdd7add Fixed date on chnagelog
    • f94dda9 Bump async from 2.6.3 to 2.6.4 (#4615)
    • 008dd9d Releaseing version 0.27.0
    • ee151a7 Revert some changes that are only required when we actually release
    • 499d3be follow-redirects to ^1.14.9 (#4562)
    • d24ce8e Updated a number of out of date dev packages
    • 5b0d492 Bump minimist from 1.2.5 to 1.2.6 (#4574)
    • cdda1ad Merge branch 'carpben-env-form-data'
    • 3e0954d Fixed merge conflicts
    • a3dd603 Merge branch 'Tivix-fix#1603'
    • 9b8e004 Merge branch 'fix#1603' of https://github.com/Tivix/axios into Tivix-fix#1603
    • 1f13dd7 Fixed some imports that were not correct
    • 8699891 Fixed merge conflicts

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade @discordjs/voice from 0.8.0 to 0.14.0

    [Snyk] Upgrade @discordjs/voice from 0.8.0 to 0.14.0

    Snyk has created this PR to upgrade @discordjs/voice from 0.8.0 to 0.14.0.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 372 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-11-28.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-MOMENT-2944238 | 482/1000
    Why? Proof of Concept exploit, CVSS 7.5 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: @discordjs/voice
    • 0.14.0 - 2022-11-28

      Bug Fixes

      Features

    • 0.14.0-dev.1669594254-2127b32.0 - 2022-11-28
    • 0.14.0-dev.1669550711-decbce4.0 - 2022-11-27
    • 0.14.0-dev.1669507865-decbce4.0 - 2022-11-27
    • 0.14.0-dev.1669421384-650f4dd.0 - 2022-11-26
    • 0.14.0-dev.1668859421-ff85481.0 - 2022-11-19
    • 0.14.0-dev.1668816624-ff85481.0 - 2022-11-19
    • 0.14.0-dev.1668773037-ff85481.0 - 2022-11-18
    • 0.14.0-dev.1668730325-ff85481.0 - 2022-11-18
    • 0.14.0-dev.1668686653-ff85481.0 - 2022-11-17
    • 0.14.0-dev.1668643854-ff85481.0 - 2022-11-17
    • 0.14.0-dev.1668600269-ff85481.0 - 2022-11-16
    • 0.14.0-dev.1668557438-ff85481.0 - 2022-11-16
    • 0.14.0-dev.1668513912-ff85481.0 - 2022-11-15
    • 0.14.0-dev.1668471033-ff85481.0 - 2022-11-15
    • 0.14.0-dev.1668427471-ff85481.0 - 2022-11-14
    • 0.14.0-dev.1668384662-ff85481.0 - 2022-11-14
    • 0.14.0-dev.1668341053-ff85481.0 - 2022-11-13
    • 0.14.0-dev.1668298253-ff85481.0 - 2022-11-13
    • 0.14.0-dev.1668254630-ff85481.0 - 2022-11-12
    • 0.14.0-dev.1668211870-ff85481.0 - 2022-11-12
    • 0.14.0-dev.1668168250-ff85481.0 - 2022-11-11
    • 0.14.0-dev.1668125601-ff85481.0 - 2022-11-11
    • 0.14.0-dev.1668081862-ff85481.0 - 2022-11-10
    • 0.14.0-dev.1668039093-ff85481.0 - 2022-11-10
    • 0.14.0-dev.1667995461-ff85481.0 - 2022-11-09
    • 0.14.0-dev.1667952742-ff85481.0 - 2022-11-09
    • 0.14.0-dev.1667909062-ff85481.0 - 2022-11-08
    • 0.14.0-dev.1667866301-ff85481.0 - 2022-11-08
    • 0.14.0-dev.1667822675-ff85481.0 - 2022-11-07
    • 0.14.0-dev.1667779967-ff85481.0 - 2022-11-07
    • 0.14.0-dev.1667736238-ff85481.0 - 2022-11-06
    • 0.14.0-dev.1667390678-5152abf.0 - 2022-11-02
    • 0.14.0-dev.1667347885-5152abf.0 - 2022-11-02
    • 0.14.0-dev.1667304292-8b400ca.0 - 2022-11-01
    • 0.14.0-dev.1667261615-8b400ca.0 - 2022-11-01
    • 0.14.0-dev.1666872308-fc10774.0 - 2022-10-27
    • 0.14.0-dev.1666008297-caeb1cb.0 - 2022-10-17
    • 0.14.0-dev.1665965729-caeb1cb.0 - 2022-10-17
    • 0.14.0-dev.1665749078-bf9aa18.0 - 2022-10-14
    • 0.14.0-dev.1665706565-bf9aa18.0 - 2022-10-14
    • 0.14.0-dev.1665533804-eb46e3a.0 - 2022-10-12
    • 0.14.0-dev.1665403492-7b8966b.0 - 2022-10-10
    • 0.13.1-dev.1669637058-8376e2d.0 - 2022-11-28
    • 0.13.1-dev.1669464261-9922151.0 - 2022-11-26
    • 0.13.1-dev.1669377836-256677b.0 - 2022-11-25
    • 0.13.1-dev.1669334962-256677b.0 - 2022-11-25
    • 0.13.1-dev.1669291475-256677b.0 - 2022-11-24
    • 0.13.1-dev.1669248615-256677b.0 - 2022-11-24
    • 0.13.1-dev.1669205048-256677b.0 - 2022-11-23
    • 0.13.1-dev.1669162205-ee7d2fd.0 - 2022-11-23
    • 0.13.1-dev.1669118653-65bc0ad.0 - 2022-11-22
    • 0.13.1-dev.1669075893-65bc0ad.0 - 2022-11-22
    • 0.13.1-dev.1669032242-65bc0ad.0 - 2022-11-21
    • 0.13.1-dev.1668989445-65bc0ad.0 - 2022-11-21
    • 0.13.1-dev.1668945820-65bc0ad.0 - 2022-11-20
    • 0.13.1-dev.1668903076-65bc0ad.0 - 2022-11-20
    • 0.13.1-dev.1667693583-68c9cb3.0 - 2022-11-06
    • 0.13.1-dev.1667649850-68c9cb3.0 - 2022-11-05
    • 0.13.1-dev.1667607080-68c9cb3.0 - 2022-11-05
    • 0.13.1-dev.1667563467-68c9cb3.0 - 2022-11-04
    • 0.13.1-dev.1667520715-68c9cb3.0 - 2022-11-04
    • 0.13.1-dev.1667477056-68c9cb3.0 - 2022-11-03
    • 0.13.1-dev.1667434300-68c9cb3.0 - 2022-11-03
    • 0.13.1-dev.1667217889-6e348ff.0 - 2022-10-31
    • 0.13.1-dev.1667175161-e7cbc1b.0 - 2022-10-31
    • 0.13.1-dev.1667131431-e7cbc1b.0 - 2022-10-30
    • 0.13.1-dev.1667088789-e7cbc1b.0 - 2022-10-30
    • 0.13.1-dev.1667045140-e7cbc1b.0 - 2022-10-29
    • 0.13.1-dev.1667002247-e7cbc1b.0 - 2022-10-29
    • 0.13.1-dev.1666958682-e7cbc1b.0 - 2022-10-28
    • 0.13.1-dev.1666915917-e7cbc1b.0 - 2022-10-28
    • 0.13.1-dev.1666829495-68d5712.0 - 2022-10-27
    • 0.13.1-dev.1666785882-68d5712.0 - 2022-10-26
    • 0.13.1-dev.1666743070-68d5712.0 - 2022-10-26
    • 0.13.1-dev.1666699516-68d5712.0 - 2022-10-25
    • 0.13.1-dev.1666657090-68d5712.0 - 2022-10-25
    • 0.13.1-dev.1666613088-68d5712.0 - 2022-10-24
    • 0.13.1-dev.1666570579-68d5712.0 - 2022-10-24
    • 0.13.1-dev.1666526668-68d5712.0 - 2022-10-23
    • 0.13.1-dev.1666484192-b2658ce.0 - 2022-10-23
    • 0.13.1-dev.1666440257-b2658ce.0 - 2022-10-22
    • 0.13.1-dev.1666397721-b2658ce.0 - 2022-10-22
    • 0.13.1-dev.1666353883-b2658ce.0 - 2022-10-21
    • 0.13.1-dev.1666311348-b2658ce.0 - 2022-10-21
    • 0.13.1-dev.1666267485-b2658ce.0 - 2022-10-20
    • 0.13.1-dev.1666224957-7083df7.0 - 2022-10-20
    • 0.13.1-dev.1666181081-7083df7.0 - 2022-10-19
    • 0.13.1-dev.1666138524-7083df7.0 - 2022-10-19
    • 0.13.1-dev.1666094678-7083df7.0 - 2022-10-18
    • 0.13.1-dev.1666052138-7083df7.0 - 2022-10-18
    • 0.13.1-dev.1665921856-4f3c136.0 - 2022-10-16
    • 0.13.1-dev.1665879346-4f3c136.0 - 2022-10-16
    • 0.13.1-dev.1665835472-4f3c136.0 - 2022-10-15
    • 0.13.1-dev.1665792832-4f3c136.0 - 2022-10-15
    • 0.13.1-dev.1665662701-179392d.0 - 2022-10-13
    • 0.13.1-dev.1665620072-179392d.0 - 2022-10-13
    • 0.13.1-dev.1665576309-ef29b5e.0 - 2022-10-12
    • 0.13.1-dev.1665489893-f92be4f.0 - 2022-10-11
    • 0.13.1-dev.1665447325-d587467.0 - 2022-10-11
    • 0.13.1-dev.1665360859-3ed668e.0 - 2022-10-10
    • 0.13.1-dev.1665317053-5f72d8b.0 - 2022-10-09
    • 0.13.1-dev.1665274444-5f72d8b.0 - 2022-10-09
    • 0.13.0 - 2022-10-08
    • 0.13.0-dev.1665230647-33ec49d.0 - 2022-10-08
    • 0.13.0-dev.1664798688-b2ec865.0 - 2022-10-03
    • 0.13.0-dev.1664756109-b2ec865.0 - 2022-10-03
    • 0.13.0-dev.1664625856-3c231ae.0 - 2022-10-01
    • 0.13.0-dev.1664583466-3c231ae.0 - 2022-10-01
    • 0.13.0-dev.1664539490-3c231ae.0 - 2022-09-30
    • 0.13.0-dev.1664497149-3c231ae.0 - 2022-09-30
    • 0.13.0-dev.1664410661-3c231ae.0 - 2022-09-29
    • 0.13.0-dev.1664366688-3c231ae.0 - 2022-09-28
    • 0.13.0-dev.1664324277-3c231ae.0 - 2022-09-28
    • 0.13.0-dev.1664280299-3c231ae.0 - 2022-09-27
    • 0.13.0-dev.1664237878-3c231ae.0 - 2022-09-27
    • 0.13.0-dev.1664193872-3c231ae.0 - 2022-09-26
    • 0.13.0-dev.1664151198-3c231ae.0 - 2022-09-26
    • 0.13.0-dev.1663934677-abb7226.0 - 2022-09-23
    • 0.13.0-dev.1663891971-abb7226.0 - 2022-09-23
    • 0.13.0-dev.1663848295-abb7226.0 - 2022-09-22
    • 0.13.0-dev.1663805588-abb7226.0 - 2022-09-22
    • 0.13.0-dev.1663761877-b106956.0 - 2022-09-21
    • 0.13.0-dev.1663719199-5048a3d.0 - 2022-09-21
    • 0.13.0-dev.1663675471-5048a3d.0 - 2022-09-20
    • 0.13.0-dev.1662509401-55c3ee2.0 - 2022-09-07
    • 0.13.0-dev.1662293017-8b3d006.0 - 2022-09-04
    • 0.13.0-dev.1662250241-d08a57c.0 - 2022-09-04
    • 0.13.0-dev.1662206617-d08a57c.0 - 2022-09-03
    • 0.13.0-dev.1661256241-28bc4f4.0 - 2022-08-23
    • 0.13.0-dev.1661213504-2ecb862.0 - 2022-08-23
    • 0.13.0-dev.1660997026-8028813.0 - 2022-08-20
    • 0.13.0-dev.1660954164-8028813.0 - 2022-08-20
    • 0.13.0-dev.1660910645-e475b63.0 - 2022-08-19
    • 0.13.0-dev.1660867906-673262d.0 - 2022-08-19
    • 0.13.0-dev.1660824247-cda3f00.0 - 2022-08-18
    • 0.13.0-dev.1660478680-bc06cc6.0 - 2022-08-14
    • 0.13.0-dev.1660392320-8e69efd.0 - 2022-08-13
    • 0.13.0-dev.1660349552-8e69efd.0 - 2022-08-13
    • 0.12.1-dev.1665188078-62332c2.0 - 2022-10-08
    • 0.12.1-dev.1665144407-9f68d73.0 - 2022-10-07
    • 0.12.1-dev.1665101878-35bfba0.0 - 2022-10-07
    • 0.12.1-dev.1665057887-b64d657.0 - 2022-10-06
    • 0.12.1-dev.1665015353-e745b95.0 - 2022-10-06
    • 0.12.1-dev.1664971495-d9137c3.0 - 2022-10-05
    • 0.12.1-dev.1664928915-d9137c3.0 - 2022-10-05
    • 0.12.1-dev.1664885087-d9137c3.0 - 2022-10-04
    • 0.12.1-dev.1664842544-d9137c3.0 - 2022-10-04
    • 0.12.1-dev.1664712261-3f86561.0 - 2022-10-02
    • 0.12.1-dev.1664669770-3f86561.0 - 2022-10-02
    • 0.12.1-dev.1664107447-d79aa2d.0 - 2022-09-25
    • 0.12.1-dev.1664064835-0126d9b.0 - 2022-09-25
    • 0.12.1-dev.1664021055-fc8ed81.0 - 2022-09-24
    • 0.12.1-dev.1663978457-fc8ed81.0 - 2022-09-24
    • 0.12.1-dev.1663632919-f049734.0 - 2022-09-20
    • 0.12.1-dev.1663589065-145eb2f.0 - 2022-09-19
    • 0.12.1-dev.1663546260-6d43e26.0 - 2022-09-19
    • 0.12.1-dev.1663502654-669c3cd.0 - 2022-09-18
    • 0.12.1-dev.1663459884-669c3cd.0 - 2022-09-18
    • 0.12.1-dev.1663416247-0785353.0 - 2022-09-17
    • 0.12.1-dev.1663373436-0785353.0 - 2022-09-17
    • 0.12.1-dev.1663329853-1c5b78f.0 - 2022-09-16
    • 0.12.1-dev.1663287175-1c5b78f.0 - 2022-09-16
    • 0.12.1-dev.1663243475-d14d47b.0 - 2022-09-15
    • 0.12.1-dev.1663200680-d14d47b.0 - 2022-09-15
    • 0.12.1-dev.1663157071-d14d47b.0 - 2022-09-14
    • 0.12.1-dev.1663114328-d14d47b.0 - 2022-09-14
    • 0.12.1-dev.1663070693-d14d47b.0 - 2022-09-13
    • 0.12.1-dev.1663027924-d14d47b.0 - 2022-09-13
    • 0.12.1-dev.1662984319-a9f003a.0 - 2022-09-12
    • 0.12.1-dev.1662941458-a9f003a.0 - 2022-09-12
    • 0.12.1-dev.1662897842-7a9e52e.0 - 2022-09-11
    • 0.12.1-dev.1662855083-7a9e52e.0 - 2022-09-11
    • 0.12.1-dev.1662811451-7a9e52e.0 - 2022-09-10
    • 0.12.1-dev.1662768686-7a9e52e.0 - 2022-09-10
    • 0.12.1-dev.1662725083-d11edc6.0 - 2022-09-09
    • 0.12.1-dev.1662682370-d11edc6.0 - 2022-09-09
    • 0.12.1-dev.1662638658-dd5a089.0 - 2022-09-08
    • 0.12.1-dev.1662595993-dd5a089.0 - 2022-09-08
    • 0.12.1-dev.1662552257-d8e7741.0 - 2022-09-07
    • 0.12.1-dev.1662466053-f3ce4a7.0 - 2022-09-06
    • 0.12.1-dev.1662423040-f3ce4a7.0 - 2022-09-06
    • 0.12.1-dev.1662379512-4ffdada.0 - 2022-09-05
    • 0.12.1-dev.1662336792-4ffdada.0 - 2022-09-05
    • 0.12.1-dev.1662163792-f79ccb4.0 - 2022-09-03
    • 0.12.1-dev.1662120249-8a91d7c.0 - 2022-09-02
    • 0.12.1-dev.1662077413-8a91d7c.0 - 2022-09-02
    • 0.12.1-dev.1662033857-4bdb059.0 - 2022-09-01
    • 0.12.1-dev.1661991093-4bdb059.0 - 2022-09-01
    • 0.12.1-dev.1661947453-4bdb059.0 - 2022-08-31
    • 0.12.1-dev.1661904724-4bdb059.0 - 2022-08-31
    • 0.12.1-dev.1661861055-fd97da9.0 - 2022-08-30
    • 0.12.1-dev.1661818293-fd97da9.0 - 2022-08-30
    • 0.12.1-dev.1661774652-682e0e1.0 - 2022-08-29
    • 0.12.1-dev.1661731855-682e0e1.0 - 2022-08-29
    • 0.12.1-dev.1661688220-682e0e1.0 - 2022-08-28
    • 0.12.1-dev.1661645580-682e0e1.0 - 2022-08-28
    • 0.12.1-dev.1661601866-682e0e1.0 - 2022-08-27
    • 0.12.1-dev.1661559043-682e0e1.0 - 2022-08-27
    • 0.12.1-dev.1661515471-682e0e1.0 - 2022-08-26
    • 0.12.1-dev.1661472654-13baf75.0 - 2022-08-26
    • 0.12.1-dev.1661429054-13baf75.0 - 2022-08-25
    • 0.12.1-dev.1661386262-13baf75.0 - 2022-08-25
    • 0.12.1-dev.1661342640-13baf75.0 - 2022-08-24
    • 0.12.1-dev.1661299849-204f4dd.0 - 2022-08-24
    • 0.12.1-dev.1661169841-7623fc5.0 - 2022-08-22
    • 0.12.1-dev.1661127080-dd44e8b.0 - 2022-08-22
    • 0.12.1-dev.1661083412-23a0b6c.0 - 2022-08-21
    • 0.12.1-dev.1661040685-b3f7c32.0 - 2022-08-21
    • 0.12.1-dev.1660781412-7474026.0 - 2022-08-18
    • 0.12.1-dev.1660737840-0f83402.0 - 2022-08-17
    • 0.12.1-dev.1660695004-812f7f1.0 - 2022-08-17
    • 0.12.1-dev.1660651443-5019452.0 - 2022-08-16
    • 0.12.1-dev.1660608675-e82b2e4.0 - 2022-08-16
    • 0.12.1-dev.1660565113-d56590a.0 - 2022-08-15
    • 0.12.1-dev.1660522270-c052f56.0 - 2022-08-15
    • 0.12.1-dev.1660435887-d08da8a.0 - 2022-08-14
    • 0.12.1-dev.1660305928-c97977a.0 - 2022-08-12
    • 0.12.1-dev.1660263049-7666a6c.0 - 2022-08-12
    • 0.12.1-dev.1660219550-7666a6c.0 - 2022-08-11
    • 0.12.1-dev.1660176712-7666a6c.0 - 2022-08-11
    • 0.12.1-dev.1660133178-aac8acc.0 - 2022-08-10
    • 0.12.1-dev.1660090244-aac8acc.0 - 2022-08-10
    • 0.12.1-dev.1660046731-aac8acc.0 - 2022-08-09
    • 0.12.1-dev.1660003911-aac8acc.0 - 2022-08-09
    • 0.12.1-dev.1659960327-aac8acc.0 - 2022-08-08
    • 0.12.1-dev.1659950056-aac8acc.0 - 2022-08-08
    • 0.12.1-dev.1659917453-359f688.0 - 2022-08-08
    • 0.12.1-dev.1659873901-359f688.0 - 2022-08-07
    • 0.12.1-dev.1659831194-359f688.0 - 2022-08-07
    • 0.12.1-dev.1659787501-359f688.0 - 2022-08-06
    • 0.12.1-dev.1659744707-359f688.0 - 2022-08-06
    • 0.12.1-dev.1659701111-359f688.0 - 2022-08-05
    • 0.12.1-dev.1659658377-359f688.0 - 2022-08-05
    • 0.12.1-dev.1659614838-359f688.0 - 2022-08-04
    • 0.12.1-dev.1659571857-359f688.0 - 2022-08-04
    • 0.12.1-dev.1659528314-359f688.0 - 2022-08-03
    • 0.12.1-dev.1659485548-359f688.0 - 2022-08-03
    • 0.12.1-dev.1659441953-359f688.0 - 2022-08-02
    • 0.12.1-dev.1659399104-359f688.0 - 2022-08-02
    • 0.12.1-dev.1659355521-359f688.0 - 2022-08-01
    • 0.12.1-dev.1659312719-4d8361c.0 - 2022-08-01
    • 0.12.1-dev.1659269168-4d8361c.0 - 2022-07-31
    • 0.12.1-dev.1659226403-4d8361c.0 - 2022-07-31
    • 0.12.1-dev.1659206405-5137bfc.0 - 2022-07-30
    • 0.12.1-dev.1659182732-fca3dad.0 - 2022-07-30
    • 0.12.1-dev.1659139857-d070de6.0 - 2022-07-30
    • 0.12.1-dev.1659096330-a3183cf.0 - 2022-07-29
    • 0.12.1-dev.1659053442-2655639.0 - 2022-07-29
    • 0.12.1-dev.1659009934-c25e8ad.0 - 2022-07-28
    • 0.12.1-dev.1658967125-c25e8ad.0 - 2022-07-28
    • 0.12.1-dev.1658923505-0b61dbf.0 - 2022-07-27
    • 0.12.1-dev.1658880753-798466a.0 - 2022-07-27
    • 0.12.1-dev.1658837113-798466a.0 - 2022-07-26
    • 0.12.1-dev.1658794463-34ba9d1.0 - 2022-07-26
    • 0.12.1-dev.1658750764-34ba9d1.0 - 2022-07-25
    • 0.12.1-dev.1658707924-5a3c999.0 - 2022-07-25
    • 0.12.1-dev.1658664316-59a7e52.0 - 2022-07-24
    • 0.12.1-dev.1658621589-af837de.0 - 2022-07-24
    • 0.12.1-dev.1658577902-5f667c0.0 - 2022-07-23
    • 0.12.1-dev.1658535086-1b03631.0 - 2022-07-23
    • 0.12.1-dev.1658491501-74ec7be.0 - 2022-07-22
    • 0.12.1-dev.1658448793-74ec7be.0 - 2022-07-22
    • 0.12.1-dev.1658405100-96b62b6.0 - 2022-07-21
    • 0.12.1-dev.1658362286-96b62b6.0 - 2022-07-21
    • 0.12.1-dev.1658330951-a05386a.0 - 2022-07-20
    • 0.12.1-dev.1658145920-b316ac7.0 - 2022-07-18
    • 0.12.0-dev.1658103025-dda2895 - 2022-07-18
    • 0.11.0 - 2022-07-17
    • 0.11.0-dev.1657757511-fe34f48 - 2022-07-14
    • 0.11.0-dev.1657713859-30a8d32 - 2022-07-13
    • 0.11.0-dev.1657671094-1ed605e - 2022-07-13
    • 0.11.0-dev.1657411901-f0b68d5 - 2022-07-10
    • 0.11.0-dev.1657325360-33ae7df - 2022-07-09
    • 0.11.0-dev.1657239088-e78c9c9 - 2022-07-08
    • 0.11.0-dev.1657152695-10ba008 - 2022-07-07
    • 0.11.0-dev.1657109660-8198da5 - 2022-07-06
    • 0.11.0-dev.1657066246-68c3d87 - 2022-07-06
    • 0.11.0-dev.1657022638-fd1c240 - 2022-07-05
    • 0.11.0-dev.1656979759-5bd6b28 - 2022-07-05
    • 0.11.0-dev.1656936267-f6db285 - 2022-07-04
    • 0.11.0-dev.1656864757-c7a205f - 2022-07-03
    • 0.11.0-dev.1656860913-cdd9214 - 2022-07-03
    • 0.11.0-dev.1656720701-d95197c - 2022-07-02
    • 0.11.0-dev.1656677097-741b3c8 - 2022-07-01
    • 0.11.0-dev.1656634295-819a1fd - 2022-07-01
    • 0.11.0-dev.1656590660-525bf03 - 2022-06-30
    • 0.11.0-dev.1656547800-27d8deb - 2022-06-30
    • 0.11.0-dev.1656158610-c4653f9 - 2022-06-25
    • 0.11.0-dev.1656060476-e24970e - 2022-06-24
    • 0.11.0-dev.1656029349-5d3dd55 - 2022-06-24
    • 0.11.0-dev.1655985866-70b42bb - 2022-06-23
    • 0.11.0-dev.1655942958-7279f9c - 2022-06-23
    • 0.11.0-dev.1655899439-a3799f9 - 2022-06-22
    • 0.11.0-dev.1655856674-65d1879 - 2022-06-22
    • 0.11.0-dev.1655815496-c6f285b - 2022-06-21
    • 0.11.0-dev.1655770142-94f7ca9 - 2022-06-21
    • 0.11.0-dev.1655640265-358c3f4 - 2022-06-19
    • 0.11.0-dev.1655597395-3a77ce0 - 2022-06-19
    • 0.11.0-dev.1655553893-8610700 - 2022-06-18
    • 0.11.0-dev.1655511014-2681929 - 2022-06-18
    • 0.11.0-dev.1655381032-4df491c - 2022-06-16
    • 0.11.0-dev.1655165433-b4e28a8 - 2022-06-14
    • 0.11.0-dev.1654949069-96053ba - 2022-06-11
    • 0.11.0-dev.1654906214-c7391db - 2022-06-11
    • 0.11.0-dev.1654862717-0415300 - 2022-06-10
    • 0.11.0-dev.1654819794-2791c86 - 2022-06-10
    • 0.11.0-dev.1654776323-94bdcac - 2022-06-09
    • 0.11.0-dev.1654733429-3ae2633 - 2022-06-09
    • 0.11.0-dev.1654689814-1afae90 - 2022-06-08
    • 0.11.0-dev.1654646894-ecc6600 - 2022-06-08
    • 0.11.0-dev.1654603500-769ea0b - 2022-06-07
    • 0.11.0-dev.1654560568-5475767 - 2022-06-07
    • 0.11.0-dev.1654519711-fba9710 - 2022-06-06
    • 0.11.0-dev.1654518393-f3f34f0 - 2022-06-06
    • 0.11.0-dev.1654517014-e1176fa - 2022-06-06
    • 0.11.0-dev.1654474099-b9df37a - 2022-06-06
    • 0.11.0-dev.1654461554-6aa6232 - 2022-06-05
    • 0.11.0-dev.1654430639-7a1095b - 2022-06-05
    • 0.11.0-dev.1654387848-10009a4 - 2022-06-05
    • 0.10.0 - 2022-06-04
    • 0.10.0-dev.1654344257-a45bef4 - 2022-06-04
    • 0.10.0-dev.1653480254-68d5169 - 2022-05-25
    • 0.10.0-dev.1653091709-fdeac9d - 2022-05-21
    • 0.10.0-dev.1652919001-adf461b - 2022-05-19
    • 0.10.0-dev.1652832609-dfe449c - 2022-05-18
    • 0.10.0-dev.1652702622-5e9b757 - 2022-05-16
    • 0.10.0-dev.1652573523-7ce641d - 2022-05-15
    • 0.10.0-dev.1652443432-d522320 - 2022-05-13
    • 0.10.0-dev.1652400665-aed687b - 2022-05-13
    • 0.10.0-dev.1652350313-4515a1e - 2022-05-12
    • 0.10.0-dev.1651493341-4ba0f56 - 2022-05-02
    • 0.10.0-dev.1651147759-679dcda - 2022-04-28
    • 0.10.0-dev.1650931746-df64d3e - 2022-04-26
    • 0.10.0-dev.1650672497-3617093 - 2022-04-23
    • 0.10.0-dev.1650586168-61a44c5 - 2022-04-22
    • 0.10.0-dev.1650413400-585169f - 2022-04-20
    • 0.10.0-dev.1650240533-9ef7ffd - 2022-04-18
    • 0.10.0-dev.1650197029-b94a876 - 2022-04-17
    • 0.9.0 - 2022-04-17
    • 0.9.0-dev.1649937819-b01f414 - 2022-04-14
    • 0.9.0-dev.1649808559-01a423d - 2022-04-13
    • 0.9.0-dev.1649505804-3c0bbac - 2022-04-09
    • 0.9.0-dev.1649160496-402514f - 2022-04-05
    • 0.9.0-dev.1649117270-905a6a1 - 2022-04-05
    • 0.9.0-dev.1649030902-5748dbe - 2022-04-04
    • 0.9.0-dev.1648515277-ac4bc3a - 2022-03-29
    • 0.9.0-dev.1648339705-520f471 - 2022-03-27
    • 0.9.0-dev.1648166871.cedd053 - 2022-03-25
    • 0.9.0-dev.1648123428.b520c3d - 2022-03-24
    • 0.9.0-dev.1647259738.2297c2b - 2022-03-14
    • 0.9.0-dev.1647216468.87a6b84 - 2022-03-14
    • 0.9.0-dev.1647130099.549716e - 2022-03-13
    • 0.9.0-dev.1646914070.dcd4797 - 2022-03-10
    • 0.9.0-dev.1646870854.e787cd5 - 2022-03-10
    • 0.9.0-dev.1646654924.b162f27 - 2022-03-07
    • 0.9.0-dev.1646611699.b9ff7b0 - 2022-03-07
    • 0.9.0-dev.1646395401.6f7a366 - 2022-03-04
    • 0.9.0-dev.1646222615.53defb8 - 2022-03-02
    • 0.9.0-dev.1645877021.a8321d8 - 2022-02-26
    • 0.9.0-dev.1645661240.8203c5d - 2022-02-24
    • 0.9.0-dev.1645617796.5158332 - 2022-02-23
    • 0.9.0-dev.1645402063.78aa36f - 2022-02-21
    • 0.9.0-dev.1645142860.f7257f0 - 2022-02-18
    • 0.9.0-dev.1645056367.dee27db - 2022-02-17
    • 0.9.0-dev.1645012990.7959a68 - 2022-02-16
    • 0.9.0-dev.1644969969.c1b27f8 - 2022-02-16
    • 0.9.0-dev.1644797202.0dfdb2c - 2022-02-14
    • 0.9.0-dev.1644753820.3ae6f3c - 2022-02-13
    • 0.9.0-dev.1644710830.f495364 - 2022-02-13
    • 0.9.0-dev.1644667402.861f0e2 - 2022-02-12
    • 0.9.0-dev.1644537980.298b226 - 2022-02-11
    • 0.8.0 - 2022-01-24
    from @discordjs/voice GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade @discordjs/voice from 0.8.0 to 0.13.0

    [Snyk] Upgrade @discordjs/voice from 0.8.0 to 0.13.0

    Snyk has created this PR to upgrade @discordjs/voice from 0.8.0 to 0.13.0.

    As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
    :sparkles: Snyk has automatically assigned this pull request, set who gets assigned.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 269 versions ahead of your current version.
    • The recommended version was released 2 months ago, on 2022-10-08.
    Release notes
    Package name: @discordjs/voice
    • 0.13.0 - 2022-10-08
    • 0.13.0-dev.1665230647-33ec49d.0 - 2022-10-08
    • 0.13.0-dev.1664798688-b2ec865.0 - 2022-10-03
    • 0.13.0-dev.1664756109-b2ec865.0 - 2022-10-03
    • 0.13.0-dev.1664625856-3c231ae.0 - 2022-10-01
    • 0.13.0-dev.1664583466-3c231ae.0 - 2022-10-01
    • 0.13.0-dev.1664539490-3c231ae.0 - 2022-09-30
    • 0.13.0-dev.1664497149-3c231ae.0 - 2022-09-30
    • 0.13.0-dev.1664410661-3c231ae.0 - 2022-09-29
    • 0.13.0-dev.1664366688-3c231ae.0 - 2022-09-28
    • 0.13.0-dev.1664324277-3c231ae.0 - 2022-09-28
    • 0.13.0-dev.1664280299-3c231ae.0 - 2022-09-27
    • 0.13.0-dev.1664237878-3c231ae.0 - 2022-09-27
    • 0.13.0-dev.1664193872-3c231ae.0 - 2022-09-26
    • 0.13.0-dev.1664151198-3c231ae.0 - 2022-09-26
    • 0.13.0-dev.1663934677-abb7226.0 - 2022-09-23
    • 0.13.0-dev.1663891971-abb7226.0 - 2022-09-23
    • 0.13.0-dev.1663848295-abb7226.0 - 2022-09-22
    • 0.13.0-dev.1663805588-abb7226.0 - 2022-09-22
    • 0.13.0-dev.1663761877-b106956.0 - 2022-09-21
    • 0.13.0-dev.1663719199-5048a3d.0 - 2022-09-21
    • 0.13.0-dev.1663675471-5048a3d.0 - 2022-09-20
    • 0.13.0-dev.1662509401-55c3ee2.0 - 2022-09-07
    • 0.13.0-dev.1662293017-8b3d006.0 - 2022-09-04
    • 0.13.0-dev.1662250241-d08a57c.0 - 2022-09-04
    • 0.13.0-dev.1662206617-d08a57c.0 - 2022-09-03
    • 0.13.0-dev.1661256241-28bc4f4.0 - 2022-08-23
    • 0.13.0-dev.1661213504-2ecb862.0 - 2022-08-23
    • 0.13.0-dev.1660997026-8028813.0 - 2022-08-20
    • 0.13.0-dev.1660954164-8028813.0 - 2022-08-20
    • 0.13.0-dev.1660910645-e475b63.0 - 2022-08-19
    • 0.13.0-dev.1660867906-673262d.0 - 2022-08-19
    • 0.13.0-dev.1660824247-cda3f00.0 - 2022-08-18
    • 0.13.0-dev.1660478680-bc06cc6.0 - 2022-08-14
    • 0.13.0-dev.1660392320-8e69efd.0 - 2022-08-13
    • 0.13.0-dev.1660349552-8e69efd.0 - 2022-08-13
    • 0.12.1-dev.1665188078-62332c2.0 - 2022-10-08
    • 0.12.1-dev.1665144407-9f68d73.0 - 2022-10-07
    • 0.12.1-dev.1665101878-35bfba0.0 - 2022-10-07
    • 0.12.1-dev.1665057887-b64d657.0 - 2022-10-06
    • 0.12.1-dev.1665015353-e745b95.0 - 2022-10-06
    • 0.12.1-dev.1664971495-d9137c3.0 - 2022-10-05
    • 0.12.1-dev.1664928915-d9137c3.0 - 2022-10-05
    • 0.12.1-dev.1664885087-d9137c3.0 - 2022-10-04
    • 0.12.1-dev.1664842544-d9137c3.0 - 2022-10-04
    • 0.12.1-dev.1664712261-3f86561.0 - 2022-10-02
    • 0.12.1-dev.1664669770-3f86561.0 - 2022-10-02
    • 0.12.1-dev.1664107447-d79aa2d.0 - 2022-09-25
    • 0.12.1-dev.1664064835-0126d9b.0 - 2022-09-25
    • 0.12.1-dev.1664021055-fc8ed81.0 - 2022-09-24
    • 0.12.1-dev.1663978457-fc8ed81.0 - 2022-09-24
    • 0.12.1-dev.1663632919-f049734.0 - 2022-09-20
    • 0.12.1-dev.1663589065-145eb2f.0 - 2022-09-19
    • 0.12.1-dev.1663546260-6d43e26.0 - 2022-09-19
    • 0.12.1-dev.1663502654-669c3cd.0 - 2022-09-18
    • 0.12.1-dev.1663459884-669c3cd.0 - 2022-09-18
    • 0.12.1-dev.1663416247-0785353.0 - 2022-09-17
    • 0.12.1-dev.1663373436-0785353.0 - 2022-09-17
    • 0.12.1-dev.1663329853-1c5b78f.0 - 2022-09-16
    • 0.12.1-dev.1663287175-1c5b78f.0 - 2022-09-16
    • 0.12.1-dev.1663243475-d14d47b.0 - 2022-09-15
    • 0.12.1-dev.1663200680-d14d47b.0 - 2022-09-15
    • 0.12.1-dev.1663157071-d14d47b.0 - 2022-09-14
    • 0.12.1-dev.1663114328-d14d47b.0 - 2022-09-14
    • 0.12.1-dev.1663070693-d14d47b.0 - 2022-09-13
    • 0.12.1-dev.1663027924-d14d47b.0 - 2022-09-13
    • 0.12.1-dev.1662984319-a9f003a.0 - 2022-09-12
    • 0.12.1-dev.1662941458-a9f003a.0 - 2022-09-12
    • 0.12.1-dev.1662897842-7a9e52e.0 - 2022-09-11
    • 0.12.1-dev.1662855083-7a9e52e.0 - 2022-09-11
    • 0.12.1-dev.1662811451-7a9e52e.0 - 2022-09-10
    • 0.12.1-dev.1662768686-7a9e52e.0 - 2022-09-10
    • 0.12.1-dev.1662725083-d11edc6.0 - 2022-09-09
    • 0.12.1-dev.1662682370-d11edc6.0 - 2022-09-09
    • 0.12.1-dev.1662638658-dd5a089.0 - 2022-09-08
    • 0.12.1-dev.1662595993-dd5a089.0 - 2022-09-08
    • 0.12.1-dev.1662552257-d8e7741.0 - 2022-09-07
    • 0.12.1-dev.1662466053-f3ce4a7.0 - 2022-09-06
    • 0.12.1-dev.1662423040-f3ce4a7.0 - 2022-09-06
    • 0.12.1-dev.1662379512-4ffdada.0 - 2022-09-05
    • 0.12.1-dev.1662336792-4ffdada.0 - 2022-09-05
    • 0.12.1-dev.1662163792-f79ccb4.0 - 2022-09-03
    • 0.12.1-dev.1662120249-8a91d7c.0 - 2022-09-02
    • 0.12.1-dev.1662077413-8a91d7c.0 - 2022-09-02
    • 0.12.1-dev.1662033857-4bdb059.0 - 2022-09-01
    • 0.12.1-dev.1661991093-4bdb059.0 - 2022-09-01
    • 0.12.1-dev.1661947453-4bdb059.0 - 2022-08-31
    • 0.12.1-dev.1661904724-4bdb059.0 - 2022-08-31
    • 0.12.1-dev.1661861055-fd97da9.0 - 2022-08-30
    • 0.12.1-dev.1661818293-fd97da9.0 - 2022-08-30
    • 0.12.1-dev.1661774652-682e0e1.0 - 2022-08-29
    • 0.12.1-dev.1661731855-682e0e1.0 - 2022-08-29
    • 0.12.1-dev.1661688220-682e0e1.0 - 2022-08-28
    • 0.12.1-dev.1661645580-682e0e1.0 - 2022-08-28
    • 0.12.1-dev.1661601866-682e0e1.0 - 2022-08-27
    • 0.12.1-dev.1661559043-682e0e1.0 - 2022-08-27
    • 0.12.1-dev.1661515471-682e0e1.0 - 2022-08-26
    • 0.12.1-dev.1661472654-13baf75.0 - 2022-08-26
    • 0.12.1-dev.1661429054-13baf75.0 - 2022-08-25
    • 0.12.1-dev.1661386262-13baf75.0 - 2022-08-25
    • 0.12.1-dev.1661342640-13baf75.0 - 2022-08-24
    • 0.12.1-dev.1661299849-204f4dd.0 - 2022-08-24
    • 0.12.1-dev.1661169841-7623fc5.0 - 2022-08-22
    • 0.12.1-dev.1661127080-dd44e8b.0 - 2022-08-22
    • 0.12.1-dev.1661083412-23a0b6c.0 - 2022-08-21
    • 0.12.1-dev.1661040685-b3f7c32.0 - 2022-08-21
    • 0.12.1-dev.1660781412-7474026.0 - 2022-08-18
    • 0.12.1-dev.1660737840-0f83402.0 - 2022-08-17
    • 0.12.1-dev.1660695004-812f7f1.0 - 2022-08-17
    • 0.12.1-dev.1660651443-5019452.0 - 2022-08-16
    • 0.12.1-dev.1660608675-e82b2e4.0 - 2022-08-16
    • 0.12.1-dev.1660565113-d56590a.0 - 2022-08-15
    • 0.12.1-dev.1660522270-c052f56.0 - 2022-08-15
    • 0.12.1-dev.1660435887-d08da8a.0 - 2022-08-14
    • 0.12.1-dev.1660305928-c97977a.0 - 2022-08-12
    • 0.12.1-dev.1660263049-7666a6c.0 - 2022-08-12
    • 0.12.1-dev.1660219550-7666a6c.0 - 2022-08-11
    • 0.12.1-dev.1660176712-7666a6c.0 - 2022-08-11
    • 0.12.1-dev.1660133178-aac8acc.0 - 2022-08-10
    • 0.12.1-dev.1660090244-aac8acc.0 - 2022-08-10
    • 0.12.1-dev.1660046731-aac8acc.0 - 2022-08-09
    • 0.12.1-dev.1660003911-aac8acc.0 - 2022-08-09
    • 0.12.1-dev.1659960327-aac8acc.0 - 2022-08-08
    • 0.12.1-dev.1659950056-aac8acc.0 - 2022-08-08
    • 0.12.1-dev.1659917453-359f688.0 - 2022-08-08
    • 0.12.1-dev.1659873901-359f688.0 - 2022-08-07
    • 0.12.1-dev.1659831194-359f688.0 - 2022-08-07
    • 0.12.1-dev.1659787501-359f688.0 - 2022-08-06
    • 0.12.1-dev.1659744707-359f688.0 - 2022-08-06
    • 0.12.1-dev.1659701111-359f688.0 - 2022-08-05
    • 0.12.1-dev.1659658377-359f688.0 - 2022-08-05
    • 0.12.1-dev.1659614838-359f688.0 - 2022-08-04
    • 0.12.1-dev.1659571857-359f688.0 - 2022-08-04
    • 0.12.1-dev.1659528314-359f688.0 - 2022-08-03
    • 0.12.1-dev.1659485548-359f688.0 - 2022-08-03
    • 0.12.1-dev.1659441953-359f688.0 - 2022-08-02
    • 0.12.1-dev.1659399104-359f688.0 - 2022-08-02
    • 0.12.1-dev.1659355521-359f688.0 - 2022-08-01
    • 0.12.1-dev.1659312719-4d8361c.0 - 2022-08-01
    • 0.12.1-dev.1659269168-4d8361c.0 - 2022-07-31
    • 0.12.1-dev.1659226403-4d8361c.0 - 2022-07-31
    • 0.12.1-dev.1659206405-5137bfc.0 - 2022-07-30
    • 0.12.1-dev.1659182732-fca3dad.0 - 2022-07-30
    • 0.12.1-dev.1659139857-d070de6.0 - 2022-07-30
    • 0.12.1-dev.1659096330-a3183cf.0 - 2022-07-29
    • 0.12.1-dev.1659053442-2655639.0 - 2022-07-29
    • 0.12.1-dev.1659009934-c25e8ad.0 - 2022-07-28
    • 0.12.1-dev.1658967125-c25e8ad.0 - 2022-07-28
    • 0.12.1-dev.1658923505-0b61dbf.0 - 2022-07-27
    • 0.12.1-dev.1658880753-798466a.0 - 2022-07-27
    • 0.12.1-dev.1658837113-798466a.0 - 2022-07-26
    • 0.12.1-dev.1658794463-34ba9d1.0 - 2022-07-26
    • 0.12.1-dev.1658750764-34ba9d1.0 - 2022-07-25
    • 0.12.1-dev.1658707924-5a3c999.0 - 2022-07-25
    • 0.12.1-dev.1658664316-59a7e52.0 - 2022-07-24
    • 0.12.1-dev.1658621589-af837de.0 - 2022-07-24
    • 0.12.1-dev.1658577902-5f667c0.0 - 2022-07-23
    • 0.12.1-dev.1658535086-1b03631.0 - 2022-07-23
    • 0.12.1-dev.1658491501-74ec7be.0 - 2022-07-22
    • 0.12.1-dev.1658448793-74ec7be.0 - 2022-07-22
    • 0.12.1-dev.1658405100-96b62b6.0 - 2022-07-21
    • 0.12.1-dev.1658362286-96b62b6.0 - 2022-07-21
    • 0.12.1-dev.1658330951-a05386a.0 - 2022-07-20
    • 0.12.1-dev.1658145920-b316ac7.0 - 2022-07-18
    • 0.12.0-dev.1658103025-dda2895 - 2022-07-18
    • 0.11.0 - 2022-07-17
    • 0.11.0-dev.1657757511-fe34f48 - 2022-07-14
    • 0.11.0-dev.1657713859-30a8d32 - 2022-07-13
    • 0.11.0-dev.1657671094-1ed605e - 2022-07-13
    • 0.11.0-dev.1657411901-f0b68d5 - 2022-07-10
    • 0.11.0-dev.1657325360-33ae7df - 2022-07-09
    • 0.11.0-dev.1657239088-e78c9c9 - 2022-07-08
    • 0.11.0-dev.1657152695-10ba008 - 2022-07-07
    • 0.11.0-dev.1657109660-8198da5 - 2022-07-06
    • 0.11.0-dev.1657066246-68c3d87 - 2022-07-06
    • 0.11.0-dev.1657022638-fd1c240 - 2022-07-05
    • 0.11.0-dev.1656979759-5bd6b28 - 2022-07-05
    • 0.11.0-dev.1656936267-f6db285 - 2022-07-04
    • 0.11.0-dev.1656864757-c7a205f - 2022-07-03
    • 0.11.0-dev.1656860913-cdd9214 - 2022-07-03
    • 0.11.0-dev.1656720701-d95197c - 2022-07-02
    • 0.11.0-dev.1656677097-741b3c8 - 2022-07-01
    • 0.11.0-dev.1656634295-819a1fd - 2022-07-01
    • 0.11.0-dev.1656590660-525bf03 - 2022-06-30
    • 0.11.0-dev.1656547800-27d8deb - 2022-06-30
    • 0.11.0-dev.1656158610-c4653f9 - 2022-06-25
    • 0.11.0-dev.1656060476-e24970e - 2022-06-24
    • 0.11.0-dev.1656029349-5d3dd55 - 2022-06-24
    • 0.11.0-dev.1655985866-70b42bb - 2022-06-23
    • 0.11.0-dev.1655942958-7279f9c - 2022-06-23
    • 0.11.0-dev.1655899439-a3799f9 - 2022-06-22
    • 0.11.0-dev.1655856674-65d1879 - 2022-06-22
    • 0.11.0-dev.1655815496-c6f285b - 2022-06-21
    • 0.11.0-dev.1655770142-94f7ca9 - 2022-06-21
    • 0.11.0-dev.1655640265-358c3f4 - 2022-06-19
    • 0.11.0-dev.1655597395-3a77ce0 - 2022-06-19
    • 0.11.0-dev.1655553893-8610700 - 2022-06-18
    • 0.11.0-dev.1655511014-2681929 - 2022-06-18
    • 0.11.0-dev.1655381032-4df491c - 2022-06-16
    • 0.11.0-dev.1655165433-b4e28a8 - 2022-06-14
    • 0.11.0-dev.1654949069-96053ba - 2022-06-11
    • 0.11.0-dev.1654906214-c7391db - 2022-06-11
    • 0.11.0-dev.1654862717-0415300 - 2022-06-10
    • 0.11.0-dev.1654819794-2791c86 - 2022-06-10
    • 0.11.0-dev.1654776323-94bdcac - 2022-06-09
    • 0.11.0-dev.1654733429-3ae2633 - 2022-06-09
    • 0.11.0-dev.1654689814-1afae90 - 2022-06-08
    • 0.11.0-dev.1654646894-ecc6600 - 2022-06-08
    • 0.11.0-dev.1654603500-769ea0b - 2022-06-07
    • 0.11.0-dev.1654560568-5475767 - 2022-06-07
    • 0.11.0-dev.1654519711-fba9710 - 2022-06-06
    • 0.11.0-dev.1654518393-f3f34f0 - 2022-06-06
    • 0.11.0-dev.1654517014-e1176fa - 2022-06-06
    • 0.11.0-dev.1654474099-b9df37a - 2022-06-06
    • 0.11.0-dev.1654461554-6aa6232 - 2022-06-05
    • 0.11.0-dev.1654430639-7a1095b - 2022-06-05
    • 0.11.0-dev.1654387848-10009a4 - 2022-06-05
    • 0.10.0 - 2022-06-04
    • 0.10.0-dev.1654344257-a45bef4 - 2022-06-04
    • 0.10.0-dev.1653480254-68d5169 - 2022-05-25
    • 0.10.0-dev.1653091709-fdeac9d - 2022-05-21
    • 0.10.0-dev.1652919001-adf461b - 2022-05-19
    • 0.10.0-dev.1652832609-dfe449c - 2022-05-18
    • 0.10.0-dev.1652702622-5e9b757 - 2022-05-16
    • 0.10.0-dev.1652573523-7ce641d - 2022-05-15
    • 0.10.0-dev.1652443432-d522320 - 2022-05-13
    • 0.10.0-dev.1652400665-aed687b - 2022-05-13
    • 0.10.0-dev.1652350313-4515a1e - 2022-05-12
    • 0.10.0-dev.1651493341-4ba0f56 - 2022-05-02
    • 0.10.0-dev.1651147759-679dcda - 2022-04-28
    • 0.10.0-dev.1650931746-df64d3e - 2022-04-26
    • 0.10.0-dev.1650672497-3617093 - 2022-04-23
    • 0.10.0-dev.1650586168-61a44c5 - 2022-04-22
    • 0.10.0-dev.1650413400-585169f - 2022-04-20
    • 0.10.0-dev.1650240533-9ef7ffd - 2022-04-18
    • 0.10.0-dev.1650197029-b94a876 - 2022-04-17
    • 0.9.0 - 2022-04-17
    • 0.9.0-dev.1649937819-b01f414 - 2022-04-14
    • 0.9.0-dev.1649808559-01a423d - 2022-04-13
    • 0.9.0-dev.1649505804-3c0bbac - 2022-04-09
    • 0.9.0-dev.1649160496-402514f - 2022-04-05
    • 0.9.0-dev.1649117270-905a6a1 - 2022-04-05
    • 0.9.0-dev.1649030902-5748dbe - 2022-04-04
    • 0.9.0-dev.1648515277-ac4bc3a - 2022-03-29
    • 0.9.0-dev.1648339705-520f471 - 2022-03-27
    • 0.9.0-dev.1648166871.cedd053 - 2022-03-25
    • 0.9.0-dev.1648123428.b520c3d - 2022-03-24
    • 0.9.0-dev.1647259738.2297c2b - 2022-03-14
    • 0.9.0-dev.1647216468.87a6b84 - 2022-03-14
    • 0.9.0-dev.1647130099.549716e - 2022-03-13
    • 0.9.0-dev.1646914070.dcd4797 - 2022-03-10
    • 0.9.0-dev.1646870854.e787cd5 - 2022-03-10
    • 0.9.0-dev.1646654924.b162f27 - 2022-03-07
    • 0.9.0-dev.1646611699.b9ff7b0 - 2022-03-07
    • 0.9.0-dev.1646395401.6f7a366 - 2022-03-04
    • 0.9.0-dev.1646222615.53defb8 - 2022-03-02
    • 0.9.0-dev.1645877021.a8321d8 - 2022-02-26
    • 0.9.0-dev.1645661240.8203c5d - 2022-02-24
    • 0.9.0-dev.1645617796.5158332 - 2022-02-23
    • 0.9.0-dev.1645402063.78aa36f - 2022-02-21
    • 0.9.0-dev.1645142860.f7257f0 - 2022-02-18
    • 0.9.0-dev.1645056367.dee27db - 2022-02-17
    • 0.9.0-dev.1645012990.7959a68 - 2022-02-16
    • 0.9.0-dev.1644969969.c1b27f8 - 2022-02-16
    • 0.9.0-dev.1644797202.0dfdb2c - 2022-02-14
    • 0.9.0-dev.1644753820.3ae6f3c - 2022-02-13
    • 0.9.0-dev.1644710830.f495364 - 2022-02-13
    • 0.9.0-dev.1644667402.861f0e2 - 2022-02-12
    • 0.9.0-dev.1644537980.298b226 - 2022-02-11
    • 0.8.0 - 2022-01-24
    from @discordjs/voice GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ‘©β€πŸ’» Set who automatically gets assigned

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by BotSolver 0
Releases(discord-bot)
Owner
Basic Sellout
I make stuff better ig
Basic Sellout
A Very Good Documentation Site created by the Very Good Ventures Team πŸ¦„

Very Good Docs Site Developed with ?? by Very Good Ventures ?? A Very Good Docs Site created by the Very Good Ventures Team. Generated by the Very Goo

Very Good Open Source 8 Nov 2, 2022
OAC (Odin Anti Cheat) is a anti cheat made for minecraft bedrock.

?? Over 350 Downloads v1.0 + v1.1! ?? OAC Anti-cheat! Dedicated on protecting your minecraft realms and world from hackers. With a dedicated team we h

HateTheGoat 8 Oct 25, 2022
It's a scam app, you can hide evil code in it, it will evade 100% of anti-viruses. There is an electron interface for a better social-ing

Zcrypt Fake Miner Our Website https://dark-utilities.me ! How to build PS C:\Users\Admin> git clone https://github.com/Inplex-sys/zcrypt-fake-miner.gi

Inplex-sys 5 Oct 13, 2022
A POC of a Discord.js bot that sends 3D rendering instructions to a Go server through gRPC which responds with the image bytes which are then sent back on Discord.

A POC of a Discord.js bot that sends 3D rendering instructions to a Go server through gRPC which responds with the image bytes which are then sent back on Discord.

Henrique CorrΓͺa 5 Jan 8, 2022
Hackathon for Social Good 2022 and use your superpowers to create a solution for the social good.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Laura Diaz 3 Jun 27, 2022
Reliactyl - Reliactyl Client Premium Version

Reliactyl Reliactyl Client Premium Version Features - Allows users to split reso

Reliactyl Development 12 Feb 24, 2022
a full functional discord bot to send moomoo.io bots

MooMooBot a discord bot which does moomoo.io stuff commands !send <server> <name> ex: !send 8:0:0 Nuro !token (generates a token to test if there's n

Nuro 4 Jun 1, 2022
An exercise in building a very minimal (and very stupid) in-memory SQL-like database for educational purposes.

Stupid Database This is an exercise in building a very minimal (and very stupid) in-memory SQL-like database for educational purposes. None of this co

Fabio Akita 196 Dec 20, 2022
Grabled Anti DDoS made with Javascript

Free Grabled Anti DDoS Free Grabled Anti DDoS made with Javascript Do not sell this Anti DDoS, because it is given for free! How to Use? Install NodeJ

SonLyte 10 Oct 21, 2021
Massive Open-Source Anti-agression Intelligence Collection is intended for civilians to be able to submit and verify intelligence items about an attacking force.

Massive Open-Source Anti-agression Intelligence Collection is intended for civilians to be able to submit and verify intelligence items about an attacking force.

William Brochmann 3 Mar 1, 2022
Help Ukraine - add ribbon with Ukraine flag into the website you manage, show the anti-war message to Russian users, or block them from your service.

?? Stop war on Ukraine ?? Help Ukraine - add ribbon with Ukraine flag into the website you manage, show the anti-war message to Russian users, or bloc

Pavol HejnΓ½ 46 Jan 7, 2023
Block Ad-Shield advertisement and anti-adblock

microShield microShield blocks Ad-Shield advertisement and anti-adblock script. Quick Start Just click the following URL to detect this userscript. ht

null 25 Dec 20, 2022
Anti - Web3 Developer Project Board

Anti is a social media platform designed to aggregate social media accounts for developers in the Web3 space with NFT profile pictures. Developers can

Josh Francisco 4 Jun 10, 2022
Democratic Platform to write anti-political stuffs

nLog Natural Way Of Blogging. By writing politcally incorrect things uwu Built using ( MERN STACK ) Try Now [ Deployment is online ( hopefully ) ] Try

Somnath Das 3 Dec 17, 2022
A chat logs online saver for discord bots to save messages history & cleared messages online

Chat Logs NPM package that saves messages online to view it later Useful for bots where users can save messages history & cleared messages online Supp

TARIQ 8 Dec 28, 2022
A base for developing Discord.js bots, written in TypeScript.

Nyx is a Discord bot template written in Typescript, supporting most of Discord.js' features alongside tools useful for bot development. ???? README e

null 10 Dec 15, 2022
Store data using zero width spaces! Might be useful for discord bots.

ZWSP Store data using zero width spaces! Might be useful for discord bots. Installation npm i zwsp Usage Import the library: import { encode, decode}

Xaro 8 Dec 12, 2022
πŸ€– Makes it easy to create bots on discord through a simple command handler

MyBotHelper.JS ?? About facilitates the creation of bots via discord.js, the repository already has a main script that automatically synchronizes and

Marcus Rodrigues 4 Dec 31, 2022