-
Notifications
You must be signed in to change notification settings - Fork 128
feat: update the Cloudflare quide #1223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
🚀 Deployed on https://690dd333419437ed7c005cf3--grammy.netlify.app |
| ``` | ||
| Follow the instructions to set up the project. | ||
| In this guide, we assume that you start the project with the `Hello World` example in TypeScript. | ||
| The rest of the options are on your own. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest of what options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The rest of the options are on your own. | |
| The rest of the setup options are on your own. |
| ## Install Dependencies | ||
|
|
||
| `cd` into `grammybot` (replace this by your worker's name you set above), install `grammy`, and other packages you might need: | ||
| `cd` into your project directory, install `grammy`, and other packages you might need: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `cd` into your project directory, install `grammy`, and other packages you might need: | |
| `cd` into your project's directory, install grammY, and other packages you might need: |
|
@rojvv I accept the comments. Commit the suggestions if you are done with review. |
This PR combines #1214 and #1222, with additional enhancements.
Other suggestions:
Debugging Your Botsection.It mainly describes the automation testing of bots.
Currently, we don't have any sound guides about testing the bots' handlers.
For further simplification of the guide, we can just reference to the https://grammy.dev/advanced/deployment#testing.
Describing this topic in the hosting guide is unrelated to it.