
30.04.2023, 22:02
|
|
Участник форума
Регистрация: 07.12.2020
Сообщений: 108
С нами:
2860863
Репутация:
23
|
|
Сообщение от VRush
делаешь команду /stop:
stop = True
Python:
Код:
@client.command
(
)
async
def
popka
(
ctx
)
:
for
i
in
range
(
2000000
)
:
if
stop
:
wait ctx
.
channel
.
send
(
"flood stoped"
)
return
guild
=
ctx
.
message
.
guild
await
ctx
.
channel
.
send
(
"flood text"
)
немного не понял зачем мне два раза flood text
|
|
|