Skip to content

Autoapp#30

Closed
vesaber wants to merge 18 commits intofluxerjs:mainfrom
blstmo-abandoned-us-for-the-milk:autoapp
Closed

Autoapp#30
vesaber wants to merge 18 commits intofluxerjs:mainfrom
blstmo-abandoned-us-for-the-milk:autoapp

Conversation

@vesaber
Copy link
Copy Markdown
Contributor

@vesaber vesaber commented Apr 5, 2026

Description

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • My code follows the project's style guidelines (run pnpm run lint)
  • I have run pnpm run build successfully
  • I have run pnpm run test successfully

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 5, 2026

@vesaber is attempting to deploy a commit to the blstmo's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 5, 2026

Important

Review skipped

Too many files!

This PR contains 166 files, which is 16 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5a7f05a8-d9c8-449b-b9b5-77e470027cd3

📥 Commits

Reviewing files that changed from the base of the PR and between 451d627 and 5f9ccf4.

⛔ Files ignored due to path filters (9)
  • apps/docs-vitepress/package-lock.json is excluded by !**/package-lock.json
  • apps/docs/public/@flux.png is excluded by !**/*.png
  • apps/docs/public/favicon.svg is excluded by !**/*.svg
  • apps/docs/public/flux.png is excluded by !**/*.png
  • apps/docs/public/fluxer-icon.svg is excluded by !**/*.svg
  • banner.svg is excluded by !**/*.svg
  • flux.png is excluded by !**/*.png
  • logo.svg is excluded by !**/*.svg
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (166)
  • .changeset/add-guildmember-move-method.md
  • .changeset/community-bootstrap-release.md
  • .changeset/config.json
  • .changeset/fix-ack-backpressure-4013.md
  • .changeset/pre.json
  • .changeset/six-icons-occur.md
  • .github/FUNDING.yml
  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/workflows/autoapp.yml
  • .github/workflows/ci.yml
  • .github/workflows/deploy-docs.yml
  • .github/workflows/docs-deploy.yml
  • .github/workflows/publish.yml
  • .npmrc
  • CONTRIBUTING.md
  • README.md
  • SECURITY.md
  • apps/docs-vitepress/.gitignore
  • apps/docs-vitepress/.vitepress/config.ts
  • apps/docs-vitepress/api-data/latest/main.json
  • apps/docs-vitepress/api-data/v1.2.4/main.json
  • apps/docs-vitepress/api-data/versions.json
  • apps/docs-vitepress/changelog.md
  • apps/docs-vitepress/index.md
  • apps/docs-vitepress/package.json
  • apps/docs-vitepress/scripts/generate-api.ts
  • apps/docs-vitepress/scripts/migrate-guides.ts
  • apps/docs-vitepress/tsconfig.json
  • apps/docs-vitepress/v/latest/guides/attachments-by-url.md
  • apps/docs-vitepress/v/latest/guides/attachments.md
  • apps/docs-vitepress/v/latest/guides/basic-bot.md
  • apps/docs-vitepress/v/latest/guides/channels.md
  • apps/docs-vitepress/v/latest/guides/deprecated-apis.md
  • apps/docs-vitepress/v/latest/guides/discord-js-compatibility.md
  • apps/docs-vitepress/v/latest/guides/editing-embeds.md
  • apps/docs-vitepress/v/latest/guides/embed-media.md
  • apps/docs-vitepress/v/latest/guides/embeds.md
  • apps/docs-vitepress/v/latest/guides/emojis.md
  • apps/docs-vitepress/v/latest/guides/events.md
  • apps/docs-vitepress/v/latest/guides/gifs.md
  • apps/docs-vitepress/v/latest/guides/installation.md
  • apps/docs-vitepress/v/latest/guides/moderation.md
  • apps/docs-vitepress/v/latest/guides/permissions.md
  • apps/docs-vitepress/v/latest/guides/prefix-commands.md
  • apps/docs-vitepress/v/latest/guides/profile-urls.md
  • apps/docs-vitepress/v/latest/guides/reactions.md
  • apps/docs-vitepress/v/latest/guides/roles.md
  • apps/docs-vitepress/v/latest/guides/sending-without-reply.md
  • apps/docs-vitepress/v/latest/guides/voice.md
  • apps/docs-vitepress/v/latest/guides/wait-for-guilds.md
  • apps/docs-vitepress/v/latest/guides/webhook-attachments-embeds.md
  • apps/docs-vitepress/v/latest/guides/webhooks.md
  • apps/docs/index.html
  • apps/docs/package.json
  • apps/docs/public/docs/latest/guides.json
  • apps/docs/public/docs/latest/main.json
  • apps/docs/public/docs/latest/rag-index.json
  • apps/docs/public/locales/guides-en.json
  • apps/docs/public/sitemap.xml
  • apps/docs/src/App.vue
  • apps/docs/src/components/CommunityCallout.vue
  • apps/docs/src/components/FluxerLogo.vue
  • apps/docs/src/components/Footer.vue
  • apps/docs/src/components/SponsorBanner.vue
  • apps/docs/src/data/changelog.ts
  • apps/docs/src/data/guides.ts
  • apps/docs/src/locales/guides-en.json
  • apps/docs/src/pages/Changelog.vue
  • apps/docs/src/pages/ClassPage.vue
  • apps/docs/src/pages/GuidesIndex.vue
  • apps/docs/src/pages/Home.vue
  • apps/docs/src/pages/TypedefPage.vue
  • apps/docs/src/pages/TypedefsList.vue
  • apps/docs/src/types/doc-schema.ts
  • apps/docs/vite.config.d.ts
  • apps/docs/vite.config.js
  • examples/README.md
  • examples/first-steps-bot.js
  • examples/minimal-bot.js
  • examples/moderation-bot.js
  • examples/package.json
  • examples/ping-bot.js
  • examples/reaction-bot.js
  • examples/reaction-roles-bot.js
  • examples/webhook-bot.js
  • package.json
  • packages/builders/package.json
  • packages/builders/src/messages/EmbedBuilder.ts
  • packages/builders/src/messages/MessagePayload.ts
  • packages/collection/package.json
  • packages/docgen/package.json
  • packages/fluxer-core/README.md
  • packages/fluxer-core/package.json
  • packages/fluxer-core/src/client/ChannelManager.ts
  • packages/fluxer-core/src/client/Client.ts
  • packages/fluxer-core/src/client/ClientUser.ts
  • packages/fluxer-core/src/client/EventHandlerRegistry.ts
  • packages/fluxer-core/src/client/GuildManager.ts
  • packages/fluxer-core/src/client/GuildMemberManager.ts
  • packages/fluxer-core/src/client/MessageManager.ts
  • packages/fluxer-core/src/client/UsersManager.ts
  • packages/fluxer-core/src/index.ts
  • packages/fluxer-core/src/structures/Channel.ts
  • packages/fluxer-core/src/structures/Guild.test.ts
  • packages/fluxer-core/src/structures/Guild.ts
  • packages/fluxer-core/src/structures/GuildBan.ts
  • packages/fluxer-core/src/structures/GuildEmoji.ts
  • packages/fluxer-core/src/structures/GuildMember.ts
  • packages/fluxer-core/src/structures/GuildMemberRoleManager.ts
  • packages/fluxer-core/src/structures/GuildSticker.ts
  • packages/fluxer-core/src/structures/Invite.test.ts
  • packages/fluxer-core/src/structures/Invite.ts
  • packages/fluxer-core/src/structures/Message.ts
  • packages/fluxer-core/src/structures/MessageReaction.ts
  • packages/fluxer-core/src/structures/Role.test.ts
  • packages/fluxer-core/src/structures/Role.ts
  • packages/fluxer-core/src/structures/User.ts
  • packages/fluxer-core/src/structures/Webhook.test.ts
  • packages/fluxer-core/src/structures/Webhook.ts
  • packages/fluxer-core/src/util/Constants.test.ts
  • packages/fluxer-core/src/util/Constants.ts
  • packages/fluxer-core/src/util/MessageCollector.ts
  • packages/fluxer-core/src/util/Options.ts
  • packages/fluxer-core/src/util/ReactionCollector.ts
  • packages/fluxer-core/src/util/guildUtils.ts
  • packages/fluxer-core/src/util/messageUtils.test.ts
  • packages/fluxer-core/src/util/messageUtils.ts
  • packages/fluxer-core/src/util/permissions.test.ts
  • packages/fluxer-core/src/util/permissions.ts
  • packages/rest/package.json
  • packages/rest/src/REST.test.ts
  • packages/rest/src/REST.ts
  • packages/rest/src/RequestManager.ts
  • packages/rest/src/errors/FluxerAPIError.ts
  • packages/rest/src/errors/RateLimitError.ts
  • packages/rest/src/index.ts
  • packages/rest/src/utils/constants.test.ts
  • packages/rest/src/utils/constants.ts
  • packages/types/package.json
  • packages/types/src/api/instance.ts
  • packages/types/src/api/webhook.ts
  • packages/types/src/rest/routes.test.ts
  • packages/types/src/rest/routes.ts
  • packages/util/package.json
  • packages/util/src/emojiShortcodes.generated.ts
  • packages/util/src/tenorUtils.ts
  • packages/voice/README.md
  • packages/voice/package.json
  • packages/voice/src/LiveKitRtcConnection.ts
  • packages/voice/src/VoiceConnection.ts
  • packages/voice/src/VoiceManager.test.ts
  • packages/voice/src/VoiceManager.ts
  • packages/voice/src/exports.test.ts
  • packages/voice/src/index.ts
  • packages/ws/package.json
  • packages/ws/src/WebSocketManager.ts
  • packages/ws/src/WebSocketShard.ts
  • packages/ws/src/utils/getWebSocket.ts
  • scripts/generate-docs.ts
  • scripts/publish-ordered.js
  • scripts/test-cjs-require.mjs
  • scripts/test-esm-imports.mjs
  • scripts/test-package-exports.mjs
  • scripts/test-smoke.mjs
  • turbo.json
  • wrangler.jsonc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@vesaber
Copy link
Copy Markdown
Contributor Author

vesaber commented Apr 5, 2026

YO EVIL APPROVAL

@vesaber vesaber closed this Apr 5, 2026
Comment on lines +82 to +86
return type
.replace(/&/g, '&')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;')
.replace(/\|/g, '\\|')
@blstmo
Copy link
Copy Markdown
Contributor

blstmo commented Apr 7, 2026

I will begin to review this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants