
30.04.2023, 21:45
|
|
Флудер
Регистрация: 19.09.2020
Сообщений: 2,405
С нами:
2973374
Репутация:
183
|
|
делаешь команду /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"
)
|
|
|