We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee767f9 commit ac9b6bcCopy full SHA for ac9b6bc
packages/botkit/src/pages.tsx
@@ -471,7 +471,7 @@ app.post("/follow", async (c) => {
471
}
472
473
return c.json({
474
- error: "No follow link found in webfinger data",
+ error: "No follow link found in WebFinger data.",
475
}, 400);
476
} catch (error) {
477
if (error instanceof Error && error.message === "No followerHandle!") {
0 commit comments