-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fix typos introduced by #1018 #1142
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Qz <[email protected]>
Co-authored-by: Qz <[email protected]>
- add examples on command scoping - add examples on command grouping - add regExp section - add reference to telegram docs on commands - add mention to languageCode obj utility - typos
- remove wrong code on localization example
- add ignoreCase option - update `did you mean` section to use the `commandNotFound` helper function - remove backticks on command options for better in-document linking
Co-authored-by: Roz <[email protected]>
…nd their respective Command childs
🚀 Deployed on https://6728ebffd58019efe44046e6--grammy.netlify.app |
@@ -36,6 +36,7 @@ Installing plugins is fun and easy, and we want you to know what we have in stor | |||
| [Media Groups](./media-group) | _built-in_ | Simplify sending media groups and editing media | | |||
| [Inline Queries](./inline-query) | _built-in_ | Easily build results for inline queries | | |||
| [Auto-retry](./auto-retry) | [`auto-retry`](./auto-retry) | Automatically handle rate limiting | | |||
| [Commands](./commands) | [`commands`](./commands) | Manage commands in a powerful way | |
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.
@roziscoding @rojvv Please review this change as well.
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.
I completely forgot that this overview exists
It might be better to keep this PQ as a draft until the comments in #1018 are resolved. I still have some suggestions left, but i'm waiting to see how the pending review goes. |
@quadratz is this still a thing? |
#1018. Deployed preview: #1142 (comment)