Skip to content

Comments

Update the code syntax to be compatible with the current Deno deployment platform and update the readme documentation.#2

Open
shawngao-org wants to merge 2 commits intolxfight:mainfrom
shawngao-org:main
Open

Update the code syntax to be compatible with the current Deno deployment platform and update the readme documentation.#2
shawngao-org wants to merge 2 commits intolxfight:mainfrom
shawngao-org:main

Conversation

@shawngao-org
Copy link

@shawngao-org shawngao-org commented Feb 22, 2026

Before:

image

After:

image

Summary by Sourcery

Switch the Deno entrypoint to use the modern Deno.serve API and update deployment documentation for the current Deno Deploy interface and AstrBot plugin configuration.

Enhancements:

  • Replace the deprecated std/http serve import with the built-in Deno.serve server startup API.

Documentation:

  • Document the updated Deno Deploy UI flow, including the new New App entrypoint and URL changes.
  • Add instructions for configuring AstrBot plugin sources using the deployed Deno app URL and the official plugin list.

@sourcery-ai
Copy link

sourcery-ai bot commented Feb 22, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Refactors the Deno server startup to use the modern Deno.serve API compatible with current Deno Deploy, and updates README instructions to match the new Deno Deploy UI and AstrBot plugin configuration flow.

File-Level Changes

Change Details Files
Switch server bootstrap from deprecated std/http serve helper to built-in Deno.serve for Deno Deploy compatibility.
  • Remove import of serve from the Deno standard library http/server module.
  • Replace explicit serve(handler) call and related console log/port comments with Deno.serve(handler) to let the platform manage ports and health checks.
  • Add comments explaining why Deno.serve is preferred on Deno Deploy.
deno_index.ts
Align deployment and usage documentation with the current Deno Deploy interface and AstrBot plugin setup.
  • Document that Deno Deploy now uses a "New App" entry point instead of "New Project" and link to the verification section.
  • Describe how to configure the AstrBot plugin source URL format against the deployed Deno app domain.
  • Clarify that the raw GitHub URL used in the plugin source example is the official AstrBot plugins collection list.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

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.

1 participant