Closed
Conversation
|
🚀 Deployed on https://69a7df3448daffff45fff5bc--grammy.netlify.app |
rojvv
reviewed
Aug 26, 2025
| ``` | ||
| 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. |
Member
Author
There was a problem hiding this comment.
Suggested change
| The rest of the options are on your own. | |
| The rest of the setup options are on your own. |
rojvv
reviewed
Aug 26, 2025
| ## 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: |
Member
There was a problem hiding this comment.
Suggested change
| `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: |
Member
Author
|
@rojvv I accept the comments. Commit the suggestions if you are done with review. |
Member
|
Abandoned |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.