S
S
samperirrrrr2021-04-02 17:19:54
Python
samperirrrrr, 2021-04-02 17:19:54

How to stop bot command execution?

Hello, how do I make a bot command stop?
Let's say I write .. "! hello" and he starts writing hello every 3 seconds. And so on until you write the command "! stop" how to implement the stop command so that the hello command stops.

if text == "!привет":
    while True:
        vk.messages.send(peer_id=id,message=f"привет",random_id=0)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question