Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
humanagent committed Jun 2, 2024
1 parent ef20092 commit fd5cc48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions packages/botkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ For a streamlined setup process, you can use the `create-xmtp-bot` CLI tool, whi
npx init xmtp-bot
```

Please refer to its [documentation](./create-xmtp-bot).

## Overview

Here's a basic example of the code with a bot that responds with a gm:
Expand All @@ -30,10 +28,10 @@ run(async (context: HandlerContext) => {

## Examples

- [Gm](./examples/gm): Get started with a simple gm bot.
- [Conversational](./examples/conversational): Drive retention with conversations and subscriptions with redisDb.
- [GPT](./examples/gpt): Relay messages through Open AI APIs.
- [Group](./examples/group): Group bot example.
- [Gm](/examples/gm): Get started with a simple gm bot.
- [Conversational](/examples/conversational): Drive retention with conversations and subscriptions with redisDb.
- [GPT](/examples/gpt): Relay messages through Open AI APIs.
- [Group](/examples/group): Group bot example.

See more examples in the [Awesome XMTP ⭐️](https://github.com/xmtp/awesome-xmtp) repo

Expand Down
2 changes: 0 additions & 2 deletions packages/docs/docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ pnpm create xmtp-bot

:::

Please refer to its [documentation](./create-xmtp-bot).

## Manual Installation

You can install Botkit in an existing project, or start from scratch, by installing Botkit as a dependency.
Expand Down

0 comments on commit fd5cc48

Please sign in to comment.