mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Corrected some typos
parent
b53606d0d3
commit
6964a7dbe7
1 changed files with 6 additions and 6 deletions
12
Ask-Right.md
12
Ask-Right.md
|
@ -8,7 +8,7 @@ Before we begin, please try to keep one rule of thumb in mind:
|
|||
|
||||
Putting effort in it makes it easier for others to actually help you and it's more pleasant for both sides ;)
|
||||
|
||||
Errors/question can appear on a lot of different levels and need to be addressed differently.
|
||||
Errors/questions can appear on a lot of different levels and need to be addressed differently.
|
||||
|
||||
## General Python questions & Questions about other libraries
|
||||
|
||||
|
@ -19,17 +19,17 @@ Please be aware that neither the PTBs user group on Telegram nor the issue track
|
|||
|
||||
## Design Questions
|
||||
|
||||
Many questions are not about how to use a specific method/class of PTB, but more along the lines "If a users does this, I want my bot do react like that. What can I use for that?"
|
||||
When asking how to build a specific functionality with PTB, please try describe it precisely and include all relevant information. Answering the following questions usually is a good starting point:
|
||||
Many questions are not about how to use a specific method/class of PTB, but more along the lines "If a users does this, I want my bot to react like that. What can I use for that?".
|
||||
When asking how to build a specific functionality with PTB, please try to describe it precisely and include all relevant information. Answering the following questions usually is a good starting point:
|
||||
|
||||
1. What kind of event should trigger the functionality? Possible triggers are e.g.
|
||||
* User sends a message containing a command/specific expression/an image/…
|
||||
* A new members join the group
|
||||
* A new member joins the group
|
||||
* A user presses an `InlineKeyboardButton`
|
||||
* A specific time of the day
|
||||
* Bot starts running
|
||||
2. What kind of chat is the functionality supposed to work in? A private chat with the bot? A group/supergroup? Or a channel?
|
||||
3. Is you Bot an Admin in that Chat?
|
||||
3. Is your Bot an Admin in that Chat?
|
||||
4. How do you want your bot to react?
|
||||
|
||||
### A Bad Example:
|
||||
|
@ -38,7 +38,7 @@ When asking how to build a specific functionality with PTB, please try describe
|
|||
|
||||
### A Good Example:
|
||||
|
||||
> When a new user enters a group, where my bot is an admin, I would like to have verify that they are not spam bots by having them fill out some kind of captcha, preferably in the private chat with the bot. If the captcha is not filled out correctly within one day, they should be banned. How can I set up something like this?
|
||||
> When a new user enters a group, where my bot is an admin, I would like to verify that they are not spam bots by having them fill out some kind of captcha, preferably in the private chat with the bot. If the captcha is not filled out correctly within one day, they should be banned. How can I set up something like this?
|
||||
|
||||
## Questions on PTB
|
||||
|
||||
|
|
Loading…
Reference in a new issue