As of right now, you can't manage Discord webhooks on mobile

Related tags

Video/Audio hookly
Overview

Hookly

Manage your Discord server's webhooks via Slash Commands


Why?

As of right now, you can't manage Discord webhooks on mobile. I main reason I built this was so I could configure my webhook settings from my Discord mobile client.

How?

I used Discord.js to interact with the Discord API.


Support

If you need support for the bot, join the support server here.

Invite

You can invite the bot to your server using this link.


Selfhosting

I will not be providing a guide for selfhosting Hookly. You may not host your own clone of Hookly publicly and/or provide support for it.

Contact Me

If you'd like to contact me about this project, join my Discord server and ask me there, shoot me a DM on Discord @ mdev01#0001, or send me an email @ [email protected].


Privacy & ToS

Privacy

WIP

ToS

WIP

Comments
  • Update dependency chalk to v5

    Update dependency chalk to v5

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | chalk | ^4.1.2 -> ^5.0.0 | age | adoption | passing | confidence |


    Release Notes

    chalk/chalk

    v5.0.0

    Compare Source

    Breaking
    • This package is now pure ESM. Please read this.
      • If you use TypeScript, you will want to stay on Chalk 4 until TypeScript 4.6 is out. Why.
      • If you use a bundler, make sure it supports ESM and that you have correctly configured it for ESM.
      • The Chalk issue tracker is not a support channel for your favorite build/bundler tool.
      • It's totally fine to stay on Chalk v4. It's been stable for years.
    • Require Node.js 12.20 fa16f4e
    • Move some properties off the default export to individual named exports:
      • chalk.InstanceChalk
      • chalk.supportsColorsupportsColor
      • chalk.stderrchalkStderr
      • chalk.stderr.supportsColorsupportsColorStderr
    • Remove .keyword(), .hsl(), .hsv(), .hwb(), and .ansi() coloring methods (#​433) 4cf2e40
      • These were not commonly used and added a lot of bloat to Chalk. You can achieve the same by using the color-convert package.
    • The tagged template literal support moved into a separate package: chalk-template (#​524) c987c61
    -import chalk from 'chalk';
    +import chalkTemplate from 'chalk-template';
    
    -chalk`2 + 3 = {bold ${2 + 3}}`;
    +chalkTemplate`2 + 3 = {bold ${2 + 3}}`;
    
    Improvements

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 1
  • Update dependency discord-api-types to v0.29.0

    Update dependency discord-api-types to v0.29.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | discord-api-types | 0.27.3 -> 0.29.0 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord-api-types

    v0.29.0

    Compare Source

    Bug Fixes
    • GatewayVoiceState: some fields are optional instead of nullable (#​345) (fddff21)
    • RESTJSONErrorCodes: typo in error 30046 (#​362) (854aa36)
    Code Refactoring
    Features
    BREAKING CHANGES
    • RESTJSONErrorCodes: MaximumNumberOfEditsToMessagesOlderThanOneHourReached is no longer mistyped as MaxmimumNumberOfEditsToMessagesOlderThanOneHourReached
    • APIGuildScheduledEventBase: The type for description can also be null, not just optional
    • RESTJSONErrorCodes: The error code 50008 has been renamed from CannotSendMessagesInVoiceChannel to CannotSendMessagesInNonTextChannel
    • The deprecated asset field for stickers is correctly marked as optional now. The image field for Guild Scheduled Events is now correctly typed as optional.
    • GatewayVoiceState: channel_id and request_to_speak_timestamp are correctly typed as optional, not nullable now.

    v0.28.0

    Compare Source

    Code Refactoring
    • PermissionFlagsBits: rename StartEmbeddedActivities to UseEmbeddedActivities (#​342) (3e3acb5)
    Features
    • add support for TS module: NodeNext (#​356) (e9ee696)
    • MessageComponentInteraction: export specific interaction aliases (#​353) (3503a4f)
    • Utils: add more typeguard functions to determine the interaction types (#​355) (dec7717)
    BREAKING CHANGES
    • PermissionFlagsBits: The StartEmbeddedActivities permission flag has been renamed to UseEmbeddedActivities

    0.27.3 (2022-02-24)

    Bug Fixes
    • APIApplicationCommandAutocompleteInteraction: make options field required for v10 (PR #​332 redo) (#​339) (8d432f2)

    0.27.2 (2022-02-17)

    Bug Fixes
    • APIApplicationCommandAutocompleteInteraction: make options field required (#​332) (5396daf)
    • APIInteractionResponse: add APIModalInteractionResponse to union (#​333) (a8f19e6)
    Features

    0.27.1 (2022-02-14)

    Bug Fixes
    • APIInteraction: add modal submit interaction & make data required in APIModalSubmit (#​321) (f88727b)
    • APIInteractions: export ApplicationCommandAutocomplete (#​309) (5056da5)
    • CI: skip pull request checks for runs that don't include the token (#​327) (0ad06fc)
    • make data required in autocomplete interaction and add separate dm/guild types (#​322) (7abeb2e)
    Features

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency ts-node to v10.7.0

    Update dependency ts-node to v10.7.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | ts-node (source) | 10.5.0 -> 10.7.0 | age | adoption | passing | confidence |


    Release Notes

    TypeStrong/ts-node

    v10.7.0

    Compare Source

    Questions about this release? Ask in the official discussion thread: #​1680

    Added

    • Adds --esm flag, option, and ts-node-esm binary (#​1258, #​1655)
      • Enables full esm support; no need for --loader nor NODE_OPTIONS
      • Use shebang #!/usr/bin/env ts-node-esm, run ts-node --esm, or add to your tsconfig.json: "ts-node": {"esm": true}

    Changed

    Fixed

    • Fixed bug where "compiler", "transpiler", and swc backend would not resolve relative to the tsconfig.json that declared them (#​1662, #​1655)
      • Enables reusable tsconfig.json shared via node module to include necessary dependencies

    https://github.com/TypeStrong/ts-node/milestone/11

    v10.6.0

    Compare Source

    Questions about this release? Ask in the official discussion thread: #​1666

    Added

    • Adds workaround for extensionless entrypoints with ESM loader (#​1649, #​1654)
      • You can now combine tools such as mocha with --loader ts-node/esm, where previously node would throw [ERR_UNKNOWN_FILE_EXTENSION]
      • node has a bug where combining --loader with an extensionless entrypoint causes this error nodejs/node#​33226
      • Some tools, for example mocha, have an extensionless entrypoint. (source, source)
      • Combining NODE_OPTIONS=--loader ts-node/esm with these tools causes this error. mochajs/mocha#​4645
      • node intends to fix this bug in a future release: nodejs/node#​41711
      • In the interim, we have implemented a workaround in ts-node.
    • Adds support for target "ES2022" in moduleTypes overrides (#​1650)

    Fixed

    • Fixed bug where --swc and other third-party transpilers did not respect moduleTypes overrides (#​1651, #​1652, #​1660)
    • Fixed bug where node flags were not preserved correctly in process.execArgv (#​1657, #​1658)
      • This affected child_process.fork(), since it uses process.execArgv to create a similar child runtime.
      • With this fix, child_process.fork() will preserve both node flags and ts-node hooks.
    • Fixed compatibility TypeScript 4.7's API changes (#​1647, #​1648)

    https://github.com/TypeStrong/ts-node/milestone/9


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency typescript to v4.6.2

    Update dependency typescript to v4.6.2

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | typescript (source) | 4.5.5 -> 4.6.2 | age | adoption | passing | confidence |


    Release Notes

    Microsoft/TypeScript

    v4.6.2

    Compare Source

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency discord-api-types to v0.27.3

    Update dependency discord-api-types to v0.27.3

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | discord-api-types | 0.27.2 -> 0.27.3 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord-api-types

    v0.27.3

    Compare Source

    Bug Fixes
    • APIApplicationCommandAutocompleteInteraction: make options field required for v10 (PR #​332 redo) (#​339) (8d432f2)

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency discord-api-types to v0.27.2

    Update dependency discord-api-types to v0.27.2

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | discord-api-types | 0.26.1 -> 0.27.2 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord-api-types

    v0.27.2

    Compare Source

    Bug Fixes
    • APIApplicationCommandAutocompleteInteraction: make options field required (#​332) (5396daf)
    • APIInteractionResponse: add APIModalInteractionResponse to union (#​333) (a8f19e6)
    Features

    v0.27.1

    Compare Source

    Bug Fixes
    • APIInteraction: add modal submit interaction & make data required in APIModalSubmit (#​321) (f88727b)
    • APIInteractions: export ApplicationCommandAutocomplete (#​309) (5056da5)
    • CI: skip pull request checks for runs that don't include the token (#​327) (0ad06fc)
    • make data required in autocomplete interaction and add separate dm/guild types (#​322) (7abeb2e)
    Features

    v0.27.0

    Compare Source

    Bug Fixes
    • GatewayThreadCreateDispatchData: newly_created is optional, and true when present (#​312) (87b9b08)
    Code Refactoring
    Features
    types
    BREAKING CHANGES
    • Interactions: APIBaseMessageComponent was renamed to APIBaseComponent

    • UserFlags: The None user flag is bye-bye (although I doubt anyone is using it)

    • All of the channel types are now split based on their type. As such, you will need to assert the type (either by checking it with the enum or by casting the data as the correct channel) before accessing data. If you encounter any missing properties due to this, please open an issue! This is a big change, and we hope nothing is missing

    • ActivityType: Game was renamed to Playing

    0.26.1 (2022-01-02)

    Bug Fixes
    • APIApplicationCommandOption: correct type for integer and number (#​284) (fe1f531)
    Features
    • APIAuditLogChangeData: Add communication_disabled_until (#​281) (0cf51ab)
    • APIGuildScheduledEvent: add more precise types for stage instance/voice/external events (#​278) (751aee6)
    • ApplicationFlags: add embedded application flags (#​277) (9f4f59c)

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency ts-node to v10.5.0

    Update dependency ts-node to v10.5.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | ts-node (source) | 10.4.0 -> 10.5.0 | age | adoption | passing | confidence |


    Release Notes

    TypeStrong/ts-node

    v10.5.0

    Compare Source

    Questions about this release? Ask in the official discussion thread: #​1634

    Added

    • Eliminate "Emit Skipped" errors (#​693, #​1345, #​1629)
      • Avoids all "Emit Skipped" errors by performing a fallback transpileOnly-style transformation.
      • Does not affect typechecking. Type errors are still detected and thrown.
      • Fallback has the same limitations as isolatedModules. This will only affect rare cases such as using const enums with preserveConstEnums disabled.
      • Fixes #​693
    • Graduate swc transpiler out of experimental; add swc: true convenience option (docs) (#​1487, #​1536, #​1613, #​1627)
      • "swc": true or --swc will use swc for faster execution
      • This feature is no longer marked "experimental." Thank you to everyone who filed bugs!
    • swc transpiler attempts to load @swc/core or @swc/wasm dependencies from your project before falling-back to global installations (#​1613, #​1627)
      • global fallback only occurs when using a global installation of ts-node
    • Add support for TypeScript's traceResolution output (docs) (#​1128, #​1491) @​TheUnlocked
    • Support import assertions in ESM loader (docs) (#​1557, #​1558, #​1559, #​1573) @​Pokute, @​geigerzaehler
      • Allows importing JSON files from ESM with the requisite flag (docs)
    • ts-node -vvv also logs absolute paths to ts-node and typescript, to make it more obvious when you're accidentally using globally-installed versions (#​1323, #​1620)
    • Add swc target "es2022" (#​1535, #​1540)
      • When you have target es2022 in tsconfig, will use swc's es2022 target

    Changed

    • Initialize TypeScript compiler before starting REPL prompt (#​1498) @​TheUnlocked
      • Improves responsiveness for first line of REPL input
    • Use v8-compile-cache-lib to load typescript
    • Support both --camelCase and --hyphen-case for all CLI flags; update documentation to use --camelCase (#​1598, #​1599)
      • Not a breaking change; CLI continues to accept both forms
    • Make TSError diagnosticText property non-enumerable to prevent it from being logged below the stack (#​1632)

    Fixed

    Docs

    Misc

    • Adds experimental experimentalResolverFeatures option, but it does not do anything yet (#​1514, #​1614)

    https://github.com/TypeStrong/ts-node/milestone/4


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @milanmdev/discordjs-button-pagination to v1.0.3

    Update dependency @milanmdev/discordjs-button-pagination to v1.0.3

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @milanmdev/discordjs-button-pagination | 1.0.2 -> 1.0.3 | age | adoption | passing | confidence |


    Release Notes

    milanmdev/discordjs-button-pagination

    v1.0.3

    Compare Source


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @discordjs/rest to ^0.3.0

    Update dependency @discordjs/rest to ^0.3.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @discordjs/rest (source) | ^0.2.0-canary.0 -> ^0.3.0 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord.js

    v0.3.0

    Compare Source


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @discordjs/builders to v0.12.0

    Update dependency @discordjs/builders to v0.12.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @discordjs/builders (source) | 0.11.0 -> 0.12.0 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord.js

    v0.12.0

    Compare Source

    Bug Fixes

    Documentation

    • SlashCommandSubcommands: Updating old links from Discord developer portal (#​7224) (bd7a6f2)

    Features

    Typings


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • feat: send command

    feat: send command

    This PR adds a command to the bot which allows users to send messages & embeds to the webhook of their choice.

    Todo:

    • [x] Only color/timestamp checks
    • [x] Permissions
    • [x] Error handling
    enhancement 
    opened by milanmdev 0
  • Update dependency superagent to v7.1.3

    Update dependency superagent to v7.1.3

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | superagent | 7.1.1 -> 7.1.3 | age | adoption | passing | confidence |


    Release Notes

    visionmedia/superagent

    v7.1.3

    • chore: fixed linting 2c18890
    • Merge pull request #​1717 from yunnysunny/feature/github-action-improve bc25a87
    • chore: bump deps c4e8c6e
    • Merge pull request #​1720 from bultkrantz/feature/custom-encoder 907d14b
    • use custom encoder if it is sent in option object 04fc158
    • Merge pull request #​1716 from yunnysunny/feature/fix-node14-pipe 508b9fb
    • test: only enlarge the timeout for pipe test 16c88c5
    • ci: use secret env to hide the sauce config b2b330b
    • ci: trigger ci on push and pull request b83fae3
    • ci: add slow parameter to mocha ba56f87
    • ci: fix the upload test on Windows a7cee2b
    • ci: set timeout to 15000ms 718e063
    • test: add event listener for read stream 8b68b11
    • ci: add error event listener for pipe 5e9f9d7
    • v7.1.2 633e467
    • Merge pull request #​1674 from yunnysunny/feature/fix-lookup 31e0160
    • Merge pull request #​1677 from yunnysunny/feature/github-action2 451cdcd
    • fix: fixed the errors of eslint (#​1675) 84206c7
    • fix: fixed the broken testcases (#​1676) 1fd4f90
    • feat: add github action 2704155
    • test: fixed not trigger req in lookup testcase 356e525
    • fix: fixed the error of null value of lookup 07e748f
    • Merge branch 'visionmedia:master' into master 77b052a
    • feat: add lookup method 590b1ac

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @discordjs/rest to ^0.4.0

    Update dependency @discordjs/rest to ^0.4.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @discordjs/rest (source) | ^0.3.0 -> ^0.4.0 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord.js

    v0.4.1

    Compare Source

    v0.4.0

    Compare Source


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @discordjs/builders to v0.13.0

    Update dependency @discordjs/builders to v0.13.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @discordjs/builders (source) | 0.12.0 -> 0.13.0 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord.js

    v0.13.0

    Compare Source

    Bug Fixes

    Documentation

    Features

    Refactor

    Typings


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency typescript to v4.6.3

    Update dependency typescript to v4.6.3

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | typescript (source) | 4.6.2 -> 4.6.3 | age | adoption | passing | confidence |


    Release Notes

    Microsoft/TypeScript

    v4.6.3

    Compare Source

    This release includes fixes for

    For the complete list of fixed issues, check out the

    Downloads are available on:


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency discord-api-types to v0.32.0

    Update dependency discord-api-types to v0.32.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | discord-api-types | 0.29.0 -> 0.32.0 | age | adoption | passing | confidence |


    Release Notes

    discordjs/discord-api-types

    v0.32.0

    Compare Source

    Bug Fixes
    Code Refactoring
    BREAKING CHANGES
    • APIGuildIntegration: enabled is now properly marked as optional

    0.31.2 (2022-04-18)

    Features
    • RESTPostAPIGuildChannelJSONBody: add default_auto_archive prop (#​400) (6a192b1)

    0.31.1 (2022-04-11)

    Features

    v0.31.2

    Compare Source

    Features
    • RESTPostAPIGuildChannelJSONBody: add default_auto_archive prop (#​400) (6a192b1)

    v0.31.1

    Compare Source

    Features

    v0.31.0

    Compare Source

    Code Refactoring
    Features
    BREAKING CHANGES
    • The deprecated summary field has been removed
    • Store channels have been removed, alongside their types
    • APIGroupDMChannel: The name field is now also nullable for Group DM Channels

    v0.30.0

    Compare Source

    Bug Fixes
    Features
    Reverts
    • fix(GatewayVoiceState): some fields are optional instead of nullable (#​367) (e822e45)
    BREAKING CHANGES
    • APIGuildIntegrationType: APIGuildInteractionType is now correctly named APIGuildIntegrationType

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Dependency Dashboard

    Dependency Dashboard

    This issue provides visibility into Renovate updates and their statuses. Learn more

    Open

    These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

    Ignored or Blocked

    These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.


    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 0
Owner
Milan M
apparently i make stuff using code // part time idiot, part time scholar
Milan M
Discord-Bot - You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have published on my youtube channel.

Discord-Bot You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have publishe

Umut Bayraktar 114 Jan 3, 2023
🤖A small, robust Discord bot to support and manage a daily word game in your server. (soon™)

Wordable ?? Wordable is a small, robust Discord bot to support and manage a daily word game in your server! Commands /ping - Replies with pong! /guess

Vic Trodd 6 Feb 11, 2022
now-playing: A website to show what I'm currently listening to on Spotify Run on Repl.it

now-playing: A website to show what I'm currently listening to on Spotify ❓ How does it work? This project is split into two parts - the frontend and

Connor Dennison 3 Apr 29, 2022
A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on websites!

discord-web-api A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on

InvalidLenni 2 Jun 28, 2022
Discord Neura - a Discord bot framework built on discord.js

Discord Neura Description Discord Neura is a Discord bot framework built on discord.js. Features Command Handler, Arguments, Preconditions and Listene

Discord Neura 3 Mar 23, 2022
Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total contributions.

Remoklify - Gitlift Discord Bot Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total

Remoklify 3 Mar 20, 2022
A discord bot made using discord.js and discord-player

Musx A custom discord bot that can play music in your server ?? Add the bot to your server If you are looking for a music bot for your Discord server

Shashwat Singh 4 Mar 28, 2022
About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Umut Bayraktar 36 Dec 28, 2022
A bot that allows you to control pterodactyl from discord powered by discord.js 12 and mongodb

A bot that allows you to control pterodactyl from discord powered by discord.js 12 and mongodb

Hirzi 13 Dec 24, 2022
Aeona is a multi-purpose discord bot ready to skill up and boost up your Discord server! It has an State of the Art AI chatbot to make sure you never feel bored!

Aeona | Chatbot Aeona is an ever-growing multipurpose bot; primarily a fun chatbot you can converse with, but also showcases a wide range of fun comma

null 29 Jan 9, 2023
A Cockpit plugin to easily manage samba and NFS file sharing.

cockpit-file-sharing A Cockpit plugin to easily manage samba and NFS file sharing. Table of Contents General Features Samba Manager Screenshot NFS Man

45Drives 190 Jan 3, 2023
A bot to manage a whole game jam/hackathon server from a fully functional pollsystem to managing color roles.

Jambo This bot is made to autonomously manage a discord server with regular game jams/hackathons. It will collect the proposals for the jam, create po

null 10 Nov 3, 2022
A bot to manage a whole game jam/hackathon server from a fully functional pollsystem to managing color roles.

Jambo This bot is made to autonomously manage a discord server with regular game jams/hackathons and make it a plasent and happy enviroment. It will c

null 10 Apr 7, 2022
A bot to manage Pterodactyl panels via whatsapp!

whatsactyl A bot to manage Pterodactyl panels via whatsapp! Many thanks to ThisMe124 for contributing so much to building this bot from scratch. For n

JstnLT 19 Dec 26, 2022
This project was created to help discord.js developers start their own bot, you can take this project as a basic for your bot and add things to it as you want. 🙂

Discord.js Starter-Bot A small & basic discord.js bot to help you get started ??️ This project was created to help discord.js developers start their o

Strike 3 Nov 29, 2022
⚡ Discord bot with economy, gambling, music, fun, moderation features based on discord.js v12

Crucian Crucian is my discord bot with simple structure based on discord.js Click Here to invite Crucian to your server Author Crucian © Apoo Authored

apoow3b 3 Jul 26, 2021
A multipurpose Discord-bot created using discord.js.

Flame A multipurpose Discord-bot with music, economy, utils, and also auto-moderation. Flame is a powerfull, multipurpose and fully modular Discord-bo

Flame 38 Nov 14, 2021
An simple package to create an Activity in Discord Voice Channel using Discord.js

discordjs-activity An simple package to create an Activity in Discord Voice Channel using Discord.js ?? | Installation npm install discordjs-activity

Sudhan 55 Nov 15, 2022
best discord selfbot with discord.js-selfbot npm

Discord-Afk-Selfbot best discord selfbot with discord.js-selfbot npm How to start the Bot step by step : Step 1 ===> Open a CMD the npm init step 2 ==

Mani-MBn 5 Aug 18, 2022