📜  como fazer um bot spamm no discord com python 代码示例

📅  最后修改于: 2022-03-11 14:47:04.983000             🧑  作者: Mango

代码示例1
import pyautogui
from time import sleep
sleep(5)
f = open("textogrande", 'a')
for word in f:
    pyautogui.typewrite(word)
    pyautogui.press("enter")