Skip to content

Added voice message support and multi-message handling #11

Added voice message support and multi-message handling

Added voice message support and multi-message handling #11

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install flake8
- run: flake8 relay_bot.py --max-line-length=120 --ignore=E501,W503