Показать сообщение отдельно

  #2  
Старый 30.04.2023, 21:45
VRush
Флудер
Регистрация: 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"
)
 
Ответить с цитированием