We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4658e79 commit 4a3ee5dCopy full SHA for 4a3ee5d
components/taghints.py
@@ -27,8 +27,9 @@
27
},
28
"mwe": {
29
"message": (
30
- '{query} Have a look at <a href="https://github.com/python-telegram-bot/python-'
31
- 'telegram-bot/wiki/MWE">Minimal Working Example (MWE)</a> if you need help.'
+ "{query} Please follow these instructions on how to write a "
+ '<a href="https://github.com/python-telegram-bot/python-'
32
+ 'telegram-bot/wiki/MWE">Minimal Working Example (MWE)</a>.'
33
),
34
"help": "How to build an MWE for PTB.",
35
"default": "Hey. Please provide a minimal working example (MWE).",
0 commit comments