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 f2446b6 commit 954a119Copy full SHA for 954a119
botogram/commands.py
@@ -18,6 +18,7 @@
18
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19
# DEALINGS IN THE SOFTWARE.
20
21
+
22
class Command:
23
"""Representation of a single command"""
24
botogram/messages.py
def process_message(bot, chains, update):
"""Process a message sent to the bot"""
for hook in chains["messages"]:
0 commit comments