h
Size: a a a
h
С
🇰G
лн
EF
K|
from time import sleep
txt = ''
for i in 'Is THIS Spam?':
txt += i
message.edit(txt)
sleep(0.5)
п
•
h
АМ
и
🇰G
A
[
from time import sleep
txt = ''
for i in 'Is THIS Spam?':
txt += i
message.edit(txt)
sleep(0.5)
.exec from time import sleep
txt = ''
for i in 'Is THIS Spam?':
txt += i
message.edit(txt)
sleep(0.5)
v
from time import sleep
txt = ''
for i in 'Is THIS Spam?':
txt += i
message.edit(txt)
sleep(0.5)
import threading
def spam():
threading.Timer(0.1, spam).start()
print("YES, THIS IS SPAM")
spam()
EF
K|
import threading
def spam():
threading.Timer(0.1, spam).start()
print("YES, THIS IS SPAM")
spam()
С
Б📳