Issue second telegram bot in .octoprint2

Hi friends, I installed a new printer and installed in the Raspberry Pi .octoprint2

I did according to Chris Riley's guide and everything works smoothly.

I set up a new bot in Telegram and a new psu control
The thing is when I send a command via the ON / OFF telegram then the octoprint1 PSU gets the command and not the .octoprint2 PSU
Anyone know if this is a problem with the plugin or if there is something I am missing?

anyone, please help..

Sounds like you're using the same configs for both instances.

What did you put into the systemd script?

It's probably a modified copy of /etc/systemd/system/octoprint.service

Thank you for your attention,
I did exactly as in the video:

[Unit]
Description=The snappy web interface for your 3D printer
After=network.online.target
Wants=network.online.target

[Service]
Environment="HOST=0.0.0.0"
Environment="PORT=5001"
Type=simple
User=pi
ExecStart=/home/pi/oprint/bin/octoprint serve --host=${HOST} --port=${PORT} --basedir=/home/pi/.octoprint2

[Install]
WantedBy=multi-user.target

I created a new API through the Global API Key UI octoprint 2
And I get this message in the telegram:
telegram