discord-bot icon indicating copy to clipboard operation
discord-bot copied to clipboard

Discord Bot for the Serenity Operating System Community 🐞

Results 42 discord-bot issues
Sort by recently updated
recently updated
newest added

Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.8.1 to 14.1.1. Release notes Sourced from discord.js's releases. 14.1.1 Info 14.1.1 release bump to update @​discordjs/builders dependency, no new features. 14.1.0 Bug Fixes MessageMentions: ignoreRepliedUser option...

dependencies
javascript

To reproduce, use a manpage with non-ascii content, e.g. /man 1 abench: ![image](https://user-images.githubusercontent.com/28656157/161053125-63436882-2dab-4af3-9b53-f77f0e296e71.png)

bug
help wanted

Continuation of #356, which was fixed on all (private) testing bots and own GitHub users, but not the production bot (both Discord and GitHub). The error seems to be happening...

bug
help wanted

Bumps [octokit-plugin-create-pull-request](https://github.com/gr2m/octokit-plugin-create-pull-request) from 3.13.0 to 3.13.1. Release notes Sourced from octokit-plugin-create-pull-request's releases. v3.13.1 3.13.1 (2022-09-13) Bug Fixes do not try to recreate exisitng branch on fork (#108) (c53ca5b) Commits c53ca5b...

dependencies
javascript

Bumps [@octokit/types](https://github.com/octokit/types.ts) from 7.3.1 to 7.4.0. Release notes Sourced from @​octokit/types's releases. v7.4.0 7.4.0 (2022-09-13) Features add support for filtering the "List repository collaborators" API (GET /repos/{owner}/{repo}/collaborators) by permission using...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.17 to 18.7.18. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.7.17&new-version=18.7.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.2. Commits 9655237 Release version 1.15.2 of the npm package. 6e2b86d Default to localhost if no host given. 449e895 Throw invalid URL error on relative...

dependencies
javascript

Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.8.1 to 14.3.0. Release notes Sourced from discord.js's releases. 14.3.0 Bug Fixes GuildMemberManager: add() method throws an error (#8539) (3bef901) Guild: Widget channel types and fixes (#8530)...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.3. Release notes Sourced from axios's releases. Release v1.6.3 Release notes: Bug Fixes Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38) Contributors to this release...

dependencies
javascript

See 3c5e0ab210da30efce3dc11095bd15358c7c5daa Node v18.18.0 includes an update to npm 9.7.2: https://github.com/nodejs/node/commit/4a6177daad59ec5bb4c29f10822d5a98655efe1a That update removes the `node-gyp` executable. Without it, we get the following error when deploying the Heroku app: ```...